Skip to content

[Feature request]: Relax validation of TimeoutStrategyOptions.Timeout #1884

Description

@jasper-d

Is your feature request related to a specific problem? Or an existing feature?

Currently, there is a validation attribute on TimeoutStrategyOptions.Timeout that requires a timeout to be in the range of [00:00:01, 1.00:00:00]. This is probably reasonable for most operations, but for some a min timeout of 1s might be to long.

I have tests that are rather slow because they need to use the min timeout of 1s.

Describe the solution you'd like

It would be nice if the lower limit could be set to 0 or 1ms so that users are free to choose a timeout that is appropriate for their use case.

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions