Skip to content

Commit

Permalink
Update conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDrang committed Sep 12, 2023
1 parent 1aa001f commit eeb4204
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(0.5)
time.sleep(2)


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


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

0 comments on commit eeb4204

Please sign in to comment.