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 <mbuil@suse.com>
   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