Merge "Increase wait time in remote tests"

This commit is contained in:
Zuul 2020-05-26 15:13:21 +00:00 committed by Gerrit Code Review
commit ccfeb49fcc
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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])