From 7780cb34c49165d3d49485a6c10a14cd20e08501 Mon Sep 17 00:00:00 2001 From: Sam Hague Date: Fri, 15 Dec 2017 14:02:53 -0500 Subject: [PATCH] Increase Get Vm IPs from 120s to 180s Change-Id: Ie59549670d4c64993e850fc29f6bb79a1ca0224b Signed-off-by: Sam Hague --- csit/libraries/OpenStackOperations.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csit/libraries/OpenStackOperations.robot b/csit/libraries/OpenStackOperations.robot index 106fdcd4d2..7c85d9cf9a 100644 --- a/csit/libraries/OpenStackOperations.robot +++ b/csit/libraries/OpenStackOperations.robot @@ -373,7 +373,7 @@ Get VM IPs @{vm_ips} BuiltIn.Create List @{EMPTY} : FOR ${vm} IN @{vms} \ Poll VM Is ACTIVE ${vm} - \ ${status} ${ips_and_console_log} Run Keyword And Ignore Error Wait Until Keyword Succeeds 120s 15s + \ ${status} ${ips_and_console_log} Run Keyword And Ignore Error Wait Until Keyword Succeeds 180s 15s \ ... Get VM IP true ${vm} \ # If there is trouble with Get VM IP, the status will be FAIL and the return value will be a string of what went \ # wrong. We need to handle both the PASS and FAIL cases. In the FAIL case we know we wont have access to the -- 2.36.6