From 3d633fca7a9d2e384b07a552f9050f2a8a3122ab Mon Sep 17 00:00:00 2001 From: portdirect Date: Wed, 10 Jan 2018 10:48:02 -0500 Subject: [PATCH] Gate: Increase timeouts for awating node to come back from reboot This PS increases the timeout in waiting for the node to come back online following a reboot. Change-Id: I92d1e5b665006bf9693f56ad8272330c19e6ccfa --- tools/gate/playbooks/upgrade-host/tasks/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/gate/playbooks/upgrade-host/tasks/main.yaml b/tools/gate/playbooks/upgrade-host/tasks/main.yaml index 9987e78dd..24ecd99f6 100644 --- a/tools/gate/playbooks/upgrade-host/tasks/main.yaml +++ b/tools/gate/playbooks/upgrade-host/tasks/main.yaml @@ -36,7 +36,7 @@ host: '{{ hostvars[item].ansible_host }}' port: 22 state: started - delay: 30 - timeout: 120 + delay: 60 + timeout: 240 with_items: '{{ play_hosts }}' connection: local