Reduce the number of polling iterations in WUKS
[integration/test.git] / csit / libraries / OpenStackOperations.robot
index 7170dfda91e118e3c33c4d9e17c90266e4f0cf34..14e80a8fbf61bc9b1f60cc68f250f6dba0013174 100644 (file)
@@ -300,7 +300,7 @@ Verify VM Is ACTIVE
     Should Contain    ${output}    active
 
 Poll VM Is ACTIVE
-    [Arguments]    ${vm_name}    ${retry}=600s    ${retry_interval}=5s
+    [Arguments]    ${vm_name}    ${retry}=600s    ${retry_interval}=30s
     [Documentation]    Run these commands to check whether the created vm instance is active or not.
     Wait Until Keyword Succeeds    ${retry}    ${retry_interval}    Verify VM Is ACTIVE    ${vm_name}