summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJeremy Stanley <fungi@yuggoth.org>2019-06-12 15:37:36 +0000
committerJeremy Stanley <fungi@yuggoth.org>2019-06-12 15:39:41 +0000
commit94ef36eb7f499cc65c9ac57637c390d1c2794f7e (patch)
tree2af691c9a6cef11305185042ed723c5c10b0a273 /tox.ini
parent1f8ec8499f1751e8236ce0be42001e0b33511b89 (diff)
downloadzuul-94ef36eb7f499cc65c9ac57637c390d1c2794f7e.tar.gz
Increase test timeout to 6 minutes
We're regularly seeing the test_plugins unit test exceed our 260s hard timeout fixture on slow job nodes, so increase the base timeout from 4 minutes to 6 to accommodate this. Also bump the wait timeout in test_plugins from 3 to 4 minutes. Change-Id: I46a0f84b43c3e7c15919f3681d50e32aa7d3b89f
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 79d36f062..c2532f48f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,7 +12,7 @@ basepython = python3
install_command = bash tools/pip.sh {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
- OS_TEST_TIMEOUT=240
+ OS_TEST_TIMEOUT=360
OS_STDOUT_CAPTURE={env:OS_STDOUT_CAPTURE:1}
OS_STDERR_CAPTURE={env:OS_STDERR_CAPTURE:1}
OS_LOG_CAPTURE={env:OS_LOG_CAPTURE:1}