summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTobias Henkel <tobias.henkel@bmw.de>2019-03-23 07:40:46 +0100
committerTobias Henkel <tobias.henkel@bmw.de>2019-03-23 11:01:42 +0100
commit947aae0d9987db5394da234cb488570cf5e0b09d (patch)
tree4b729ce4bbec18d4f03eb61f6258759aebcb137b /tox.ini
parent7be658f16dc03eebc5072d7316030c5320d7bd3b (diff)
downloadzuul-947aae0d9987db5394da234cb488570cf5e0b09d.tar.gz
Increase global test timeout
The OS_TEST_TIMEOUT setting is used to create a TestTimeout fixture which aborts tests. This is currently set to 150s which is too low often for the test_plugin and test_playbook tests. Change-Id: Ic638dfdad513f3a61e4026c3667b1ca18d464fc9
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 45c1562cf..2ad765215 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,7 +7,7 @@ ignore_basepython_conflict = True
[testenv]
basepython = python3
setenv = VIRTUAL_ENV={envdir}
- OS_TEST_TIMEOUT=150
+ OS_TEST_TIMEOUT=240
OS_STDOUT_CAPTURE={env:OS_STDOUT_CAPTURE:1}
OS_STDERR_CAPTURE={env:OS_STDERR_CAPTURE:1}
OS_LOG_CAPTURE={env:OS_LOG_CAPTURE:1}