From d040b304ba005f81479ee793dba8497a0d8b407e Mon Sep 17 00:00:00 2001 From: Jon Bringhurst Date: Sun, 29 Jan 2023 12:55:32 -0800 Subject: [PATCH] chore: add a one hour timeout to all tests --- pyproject.toml | 1 + tox.ini | 1 + 2 files changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 0ec882e7..5ebeeda8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,3 +21,4 @@ extend-exclude = ''' [tool.pytest.ini_options] addopts = "-ra -v" +timeout = 3600 diff --git a/tox.ini b/tox.ini index 5ecc4038..cc26e7b3 100644 --- a/tox.ini +++ b/tox.ini @@ -30,6 +30,7 @@ extras = deps = sasl: kerberos codecov: codecov + pytest: pytest-timeout allowlist_externals = {toxinidir}/ensure-zookeeper-env.sh {toxinidir}/init_krb5.sh