Skip to content

Commit e2c0efe

Browse files
committed
Increase pytest timeout for tox -e cov
Timeout of 60 seconds isn't enough anymore, let's se higher number now.
1 parent e9f931f commit e2c0efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
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 240 --cov-report=html --cov-report=xml --cov=pubtools --cov-fail-under=100 {posargs}
3131

3232
[testenv:lock]
3333
deps=

0 commit comments

Comments
 (0)