Fix Flake8 errors
[integration/test.git] / csit / suites / controller / cluster_singleton / chasing_the_leader_longevity.robot
index 5441c7dd1349e4a1b16d36ff7942f8e519153629..32e46e5b4ead462bd39ea18d5dfd2e047ad3ba87 100644 (file)
@@ -20,9 +20,9 @@ Resource          ${CURDIR}/../../../libraries/CompareStream.robot
 Resource          ${CURDIR}/../../../libraries/SetupUtils.robot
 
 *** Variables ***
-${TEST_DURATION}    24h
+# TODO: change back to 24h when jenkins has more granular steps to abort jobs than days; now 23h
+${TEST_DURATION}    23h
 ${ACCEPTED_PER_SEC_RATE}    100
-${ACCEPTED_PER_SEC_RATE_CARBON}    5
 
 *** Test Cases ***
 Register_Candidates
@@ -37,10 +37,9 @@ Do_Nothing
 
 Unregister_Candidates_And_Validate_Criteria
     [Documentation]    Unregister the testing service and check recevied statistics.
-    ${rate_limit_to_pass} =    CompareStream.Set_Variable_If_At_Most_Carbon    ${ACCEPTED_PER_SEC_RATE_CARBON}    ${ACCEPTED_PER_SEC_RATE}
-    CsCommon.Unregister_Flapping_Singleton_On_Nodes_And_Validate_Results    ${cs_all_indices}    ${rate_limit_to_pass}    ${TEST_DURATION}
+    CsCommon.Unregister_Flapping_Singleton_On_Nodes_And_Validate_Results    ${cs_all_indices}    ${ACCEPTED_PER_SEC_RATE}    ${TEST_DURATION}
 
 *** Keywords ***
 Setup_Keyword
-    SetupUtils.Setup_Utils_For_Setup_And_Teardown
+    SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=125
     CsCommon.Cluster_Singleton_Init