Skip to content

Commit

Permalink
Update conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDrang committed Apr 4, 2023
1 parent 7ace32f commit 2f7226f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

@pytest.fixture(scope="function")
def delay_func():
time.sleep(2)
time.sleep(5)


@pytest.fixture(scope="class")
def delay_class():
time.sleep(2)
time.sleep(20)


@pytest.mark.usefixtures("delay_func")
Expand Down

0 comments on commit 2f7226f

Please sign in to comment.