summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-05-26 15:13:21 +0000
committerGerrit Code Review <review@openstack.org>2020-05-26 15:13:21 +0000
commitccfeb49fcc5c06416461d03bace1f239924059f5 (patch)
treeeb7e3e65952de579ef9ec31caaedc95f0a05f50f
parent1ce4ea3b923ccb53a5e7c3270281fd0e6253a5cd (diff)
parent1a123b61af51cfcd1f0992e7354ee800f3830ca5 (diff)
downloadzuul-ccfeb49fcc5c06416461d03bace1f239924059f5.tar.gz
Merge "Increase wait time in remote tests"
-rw-r--r--tests/remote/test_remote_action_modules.py1
-rw-r--r--tests/remote/test_remote_zuul_stream.py1
2 files changed, 2 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
diff --git a/tests/remote/test_remote_zuul_stream.py b/tests/remote/test_remote_zuul_stream.py
index 9ac7b32b0..026fd1e7f 100644
--- a/tests/remote/test_remote_zuul_stream.py
+++ b/tests/remote/test_remote_zuul_stream.py
@@ -23,6 +23,7 @@ class FunctionalZuulStreamMixIn:
tenant_config_file = 'config/remote-zuul-stream/main.yaml'
# This should be overriden in child classes.
ansible_version = '2.9'
+ wait_timeout = 120
def _setUp(self):
self.log_console_port = 19000 + int(self.ansible_version.split('.')[1])