This commit is contained in:
Itamar Turner-Trauring 2021-01-13 10:21:00 -05:00
parent dfcd75f20d
commit 20e90b4b65

View File

@ -77,7 +77,7 @@ setenv =
COVERAGE_PROCESS_START=.coveragerc
commands =
# NOTE: 'run with "py.test --keep-tempdir -s -v integration/" to debug failures'
py.test --coverage -v {posargs:integration}
py.test --timeout=1800 --coverage -v {posargs:integration}
coverage combine
coverage report