From 81c2e48d0c6f50f6dedf3e6711964bff7fb2c58d Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Mon, 3 Apr 2017 15:05:52 +0200 Subject: [PATCH] Increase timeout for netconf cluster performance Currently it is not obvious whether the test fails due to performance or due to a functional bug triggered by traffic. Change-Id: I0682438a4cdd45cd926afcaea424f842648b6336 Signed-off-by: Vratko Polak --- csit/suites/netconf/clusteringscale/performance.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csit/suites/netconf/clusteringscale/performance.robot b/csit/suites/netconf/clusteringscale/performance.robot index b65bcdb6a2..865f3cae64 100644 --- a/csit/suites/netconf/clusteringscale/performance.robot +++ b/csit/suites/netconf/clusteringscale/performance.robot @@ -99,7 +99,7 @@ Cleanup_And_Collect Setup_Everything [Documentation] Setup everything needed for the test cases. # Calculate and set the value of the timeout - ${value}= BuiltIn.Evaluate ${REQUEST_COUNT}/50+10 + ${value}= BuiltIn.Evaluate ${REQUEST_COUNT}/20+10 Utils.Set_User_Configurable_Variable_Default TESTTOOL_DEVICE_TIMEOUT ${value} s # Setup resources used by the suite. SetupUtils.Setup_Utils_For_Setup_And_Teardown -- 2.36.6