We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16e067d commit 2e898e8Copy full SHA for 2e898e8
app/test_calculator.py
@@ -7,7 +7,7 @@ def test_flaky():
7
assert random.random() <= 0.8
8
9
def test_slow():
10
- time.sleep(random.random() * 12)
+ time.sleep(random.random() * 11)
11
assert True is True
12
13
def test_fail():
0 commit comments