make container networking timeout slightly less aggressive

fixes #208
This commit is contained in:
Darren Birkett 2014-10-01 16:49:23 +01:00
parent b1284cd108
commit 5ec3c6461f

View File

@ -16,7 +16,7 @@
- name: Test Container Networking - name: Test Container Networking
wait_for: > wait_for: >
port=22 port=22
timeout=10 timeout=20
search_regex=OpenSSH search_regex=OpenSSH
host={{ hostvars[item]['container_address'] }} host={{ hostvars[item]['container_address'] }}
with_items: container_groups with_items: container_groups