From: Manuel Buil Date: Tue, 5 Mar 2019 14:17:43 +0000 (+0100) Subject: Increase timeout X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F77%2F67177%2F1;p=releng-xci.git Increase timeout Baremetal is failing because ironic takes long to transfer the image to the hard drive of the nodes Change-Id: Ief704e92307d1ea7fe55ee0268abae49e0126503 Signed-off-by: Manuel Buil --- diff --git a/xci/infra/bifrost/playbooks/wait-for-baremetal.yml b/xci/infra/bifrost/playbooks/wait-for-baremetal.yml index cb42cc49..96aab29c 100644 --- a/xci/infra/bifrost/playbooks/wait-for-baremetal.yml +++ b/xci/infra/bifrost/playbooks/wait-for-baremetal.yml @@ -9,9 +9,9 @@ gather_facts: False tasks: - name: "Wait for nodes to reboot." - wait_for: state=stopped port=22 host={{ ipv4_address }} timeout=240 + wait_for: state=stopped port=22 host={{ ipv4_address }} timeout=5000 delegate_to: opnfv - name: "Wait for nodes to become available." - wait_for: state=started port=22 host={{ ipv4_address }} timeout=3600 + wait_for: state=started port=22 host={{ ipv4_address }} timeout=5000 delegate_to: opnfv