Changing OF13 suite order to start with OF10, also increase of some timers for stability
[integration.git] / test / csit / suites / base-of13 / 130__forwarding_rules_manager.txt
index 253bd1d20ca1ae8db1c4c186107612f4b8fb8499..f63c3bb2238d6834310ac1c1554f6458588277c5 100644 (file)
@@ -34,7 +34,7 @@ Add a flow
 Check flow in flow stats
    [Documentation]    Show flow stats and validate result
     [Tags]    get
-    Sleep      20
+    Sleep      40
     ${resp}    Get    session    ${REST_CONTEXT_ST}/${CONTAINER}/flow
     Should Be Equal As Strings    ${resp.status_code}    200 
     Log    ${resp.content}
@@ -57,7 +57,7 @@ Remove a flow
 Check flow is not in flow stats
     [Documentation]    Show flow stats and validate result
     [Tags]    get
-    Sleep      30
+    Sleep      40
     ${resp}    Get    session    ${REST_CONTEXT_ST}/${CONTAINER}/flow
     Should Be Equal As Strings    ${resp.status_code}    200  
     Log    ${resp.content}