Skip to content

Commit 2fbc7fb

Browse files
author
Andrei
committed
Update conftest.py
1 parent 01039af commit 2fbc7fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def delay_func():
1313

1414
@pytest.fixture(scope="class")
1515
def delay_class():
16-
time.sleep(1.1)
16+
time.sleep(2)
1717

1818

1919
@pytest.mark.usefixtures("delay_func")

0 commit comments

Comments
 (0)