Skip to content

Commit 2e898e8

Browse files
fix: joey
1 parent 16e067d commit 2e898e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/test_calculator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def test_flaky():
77
assert random.random() <= 0.8
88

99
def test_slow():
10-
time.sleep(random.random() * 12)
10+
time.sleep(random.random() * 11)
1111
assert True is True
1212

1313
def test_fail():

0 commit comments

Comments
 (0)