Skip to content

Commit 657b2fd

Browse files
committed
Reduce delay between tests to 1 second
1 parent f27a373 commit 657b2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
@pytest.fixture(autouse=True)
2020
def slow_down_tests():
2121
yield
22-
time.sleep(2)
22+
time.sleep(1)
2323

2424

2525
@pytest.mark.parametrize("url", routes)

0 commit comments

Comments
 (0)