We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd839bd commit e0b5cc8Copy full SHA for e0b5cc8
tests/test_execute.py
@@ -317,4 +317,4 @@ def test_sleeper():
317
start = time()
318
sleeper.sleep()
319
end = time()
320
- assert 1 <= end - start <= 1.01
+ assert 1 <= end - start <= 2
0 commit comments