add pytest-timeout (#8352)
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
[pytest]
|
||||
timeout = 200
|
||||
timeout = 350
|
||||
|
||||
@@ -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
tests/time_tests/test_runner/pytest.ini
Normal file
2
tests/time_tests/test_runner/pytest.ini
Normal file
@@ -0,0 +1,2 @@
|
||||
[pytest]
|
||||
timeout = 350
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user