make the max wait time for an instance be 10 minutes for copr builders

This commit is contained in:
Seth Vidal 2012-12-04 21:12:46 +00:00
parent ccc404b395
commit c51ce87a0f

View file

@ -19,7 +19,7 @@
local_action: add_host hostname=${inst_res.instances[0].public_ip} groupname=builder_temp_group
- name: wait for the host to be hot
local_action: wait_for host=${inst_res.instances[0].public_ip} port=22 delay=5 timeout=300
local_action: wait_for host=${inst_res.instances[0].public_ip} port=22 delay=5 timeout=600
- hosts: builder_temp_group