Skip to content

Commit

Permalink
add pytest-timeout (openvinotoolkit#8352)
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Kuznetsov authored Nov 2, 2021
1 parent 6686f3c commit 8a46ead
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/memory_tests/test_runner/pytest.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[pytest]
timeout = 200
timeout = 350
1 change: 1 addition & 0 deletions tests/memory_tests/test_runner/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ distro==1.5.0
numpy>=1.19.2
pymongo>=3.12.0
pytest-html>=1.19.0
pytest-timeout==2.0.1
2 changes: 2 additions & 0 deletions tests/time_tests/test_runner/pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[pytest]
timeout = 350
3 changes: 2 additions & 1 deletion tests/time_tests/test_runner/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ jsonschema==3.2.0
distro==1.5.0
numpy>=1.19.2
pymongo>=3.12.0
pytest-html>=1.19.0
pytest-html>=1.19.0
pytest-timeout==2.0.1

0 comments on commit 8a46ead

Please sign in to comment.