Reduce the number of polling iterations in WUKS
[integration/test.git] / csit / suites / openstack / extensions / sfc.robot
index 9355baf7269bb2dbca93308319ed2538ab3faff3..e64eb713fed84bdde29ae599e0bd6a3727569a04 100644 (file)
@@ -59,7 +59,7 @@ Check Vm Instances Have Ip Address
     # for dhcp addresses
     : FOR    ${vm}    IN    @{VM_INSTANCES}
     \    Poll VM Is ACTIVE    ${vm}
-    ${status}    ${message}    Run Keyword And Ignore Error    Wait Until Keyword Succeeds    60s    5s    Collect VM IP Addresses
+    ${status}    ${message}    Run Keyword And Ignore Error    Wait Until Keyword Succeeds    60s    15s    Collect VM IP Addresses
     ...    true    @{VM_INSTANCES}
     ${NET1_VM_IPS}    ${NET1_DHCP_IP}    Collect VM IP Addresses    false    @{VM_INSTANCES}
     ${VM_INSTANCES}=    Collections.Combine Lists    ${VM_INSTANCES}