add pytest-timeout (#8352)

This commit is contained in:
Victor Kuznetsov
2021-11-02 13:44:02 +03:00
committed by GitHub
parent 6686f3c052
commit 8a46ead91b
4 changed files with 6 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
[pytest]
timeout = 200
timeout = 350

View File

@@ -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

View File

@@ -0,0 +1,2 @@
[pytest]
timeout = 350

View File

@@ -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