Skip to content

Commit

Permalink
Upd delays
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDrang committed Sep 12, 2023
1 parent 6859a66 commit fcabd72
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(1)


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


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

0 comments on commit fcabd72

Please sign in to comment.