Closed Markus00000 closed 2 years ago
Describe the bug
wait_for_timeout only works with floats, not integers.
wait_for_timeout
To Reproduce
wait_for_timeout: 8 => ValueError: Job 1: Directive 'wait_for_timeout' can only be a number; found <class 'int'>. wait_for_timeout: 8.0 => works
Expected behavior
Integers should work as numbers.
Version info
Thanks Markus for the report!
Will be fixed in the next release (and thanks for the workaround).
Fixed in 3.10.2
Describe the bug
wait_for_timeout
only works with floats, not integers.To Reproduce
Expected behavior
Integers should work as numbers.
Version info