summaryrefslogtreecommitdiff
path: root/tests/remote/test_remote_action_modules.py
diff options
context:
space:
mode:
authorTobias Henkel <tobias.henkel@bmw.de>2020-05-18 15:29:09 +0200
committerTobias Henkel <tobias.henkel@bmw.de>2020-05-20 09:57:22 +0200
commit1a123b61af51cfcd1f0992e7354ee800f3830ca5 (patch)
treebf8ff61a17705457e4337b6431943669d01406ac /tests/remote/test_remote_action_modules.py
parent31b83dd2e8ae808d65a0b5a8672dd244d3ce9a0e (diff)
downloadzuul-1a123b61af51cfcd1f0992e7354ee800f3830ca5.tar.gz
Increase wait time in remote tests
We lately saw increasing rates of failed tests in the remote tests. Some of them are failing with timeout waiting zuul to settle. Therefore increase the wait timeout for the zuul stream and action modules tests. Change-Id: Ia7b03405e8199aa6c3d2c737244ba26161986783
Diffstat (limited to 'tests/remote/test_remote_action_modules.py')
-rw-r--r--tests/remote/test_remote_action_modules.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/remote/test_remote_action_modules.py b/tests/remote/test_remote_action_modules.py
index b3a0803ee..c5818ae9c 100644
--- a/tests/remote/test_remote_action_modules.py
+++ b/tests/remote/test_remote_action_modules.py
@@ -27,6 +27,7 @@ class FunctionalActionModulesMixIn:
tenant_config_file = 'config/remote-action-modules/main.yaml'
# This should be overriden in child classes.
ansible_version = '2.9'
+ wait_timeout = 120
def _setUp(self):
self.fake_nodepool.remote_ansible = True