Skip to content

Commit

Permalink
chore: add a one hour timeout to all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bringhurst committed Jan 29, 2023
1 parent 491cab3 commit 55a242d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ extras =
eventlet: eventlet
sasl: sasl
deps =
pytest-timeout
sasl: kerberos
codecov: codecov
allowlist_externals =
Expand All @@ -36,7 +37,7 @@ allowlist_externals =
commands =
sasl: {toxinidir}/init_krb5.sh {envtmpdir}/kerberos \
{toxinidir}/ensure-zookeeper-env.sh \
pytest {posargs: -ra -v --cov-report=xml --cov=kazoo kazoo/tests}
pytest --timeout=300 {posargs: -ra -v --cov-report=xml --cov=kazoo kazoo/tests}

[testenv:build]

Expand Down

0 comments on commit 55a242d

Please sign in to comment.