Skip to content

Commit eeb4204

Browse files
author
Andrei
committed
Update conftest.py
1 parent 1aa001f commit eeb4204

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
@pytest.fixture(scope="function")
1010
def delay_func():
11-
time.sleep(0.5)
11+
time.sleep(2)
1212

1313

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

1818

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

0 commit comments

Comments
 (0)