make the max wait time for an instance be 10 minutes for copr builders
This commit is contained in:
parent
ccc404b395
commit
c51ce87a0f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue