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
Is your feature request related to a specific problem? Or an existing feature?
Currently, there is a validation attribute on
TimeoutStrategyOptions.Timeoutthat 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