Skip to content

Commit 31314a1

Browse files
committed
Increase pytest timeout for tox -e cov
Timeout of 60 seconds isn't enough anymore, let's double it now.
1 parent 87f2367 commit 31314a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ deps=
2727
pytest-timeout
2828
usedevelop=true
2929
commands=
30-
pytest -svv --timeout 60 --cov-report=html --cov-report=xml --cov=pubtools --cov-fail-under=100 {posargs}
30+
pytest -svv --timeout 120 --cov-report=html --cov-report=xml --cov=pubtools --cov-fail-under=100 {posargs}
3131

3232
[testenv:lock]
3333
deps=

0 commit comments

Comments
 (0)