Skip to content

Commit

Permalink
add PYTEST_TIMEOUT
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Jul 22, 2022
1 parent 55e8cf6 commit d953683
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tests/test_dummy.py
Expand Up @@ -5,3 +5,18 @@ def test_foo():

for i in range(10):
time.sleep(10)

def test_foo2():

for i in range(10):
time.sleep(1)

def test_foo3():

for i in range(10):
time.sleep(10)

def test_foo4():

for i in range(10):
time.sleep(1)

0 comments on commit d953683

Please sign in to comment.