Increase python test timeout to 90 seconds

This commit is contained in:
Alexander Krotov
2020-01-28 00:59:16 +03:00
parent bdbe9e1ca5
commit ef842fca89

View File

@@ -69,7 +69,7 @@ addopts = -v -ra
python_files = tests/test_*.py
norecursedirs = .tox
xfail_strict=true
timeout = 60
timeout = 90
timeout_method = thread
[flake8]