diff options
author | René Moser <mail@renemoser.net> | 2019-02-23 09:39:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-23 09:39:42 +0100 |
commit | 00003cbb7b8ac1ab4f729662190f028f9cd7fd62 (patch) | |
tree | d68f2e414b0a521465356390d842a2251bcb737c /test/integration/targets/cs_firewall | |
parent | 4ea96c151b6a45a84d3fa50aaf6be2c0b8fe6563 (diff) | |
download | ansible-00003cbb7b8ac1ab4f729662190f028f9cd7fd62.tar.gz |
tests: cloudstack: wait longer for template to be ready (#52866)
Diffstat (limited to 'test/integration/targets/cs_firewall')
-rw-r--r-- | test/integration/targets/cs_firewall/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/cs_firewall/tasks/main.yml b/test/integration/targets/cs_firewall/tasks/main.yml index a6ab572503..a303a9e8d9 100644 --- a/test/integration/targets/cs_firewall/tasks/main.yml +++ b/test/integration/targets/cs_firewall/tasks/main.yml @@ -21,7 +21,7 @@ - "{{ net.name }}" register: instance until: instance is success - retries: 10 + retries: 20 delay: 5 - name: verify instance setup assert: |