From 62ad7a2f4d5da7231fdd3bf8910b5ec59280a878 Mon Sep 17 00:00:00 2001 From: Peter Gubka Date: Fri, 26 May 2017 21:14:46 +0200 Subject: [PATCH] Fix time format for RequestsLibrary Change-Id: I68a3d295ebefeccb0da32f66943c60bc5a4e4b5d Signed-off-by: Peter Gubka --- csit/suites/bgpcep/bgpclustering/PrefixcountKeywords.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csit/suites/bgpcep/bgpclustering/PrefixcountKeywords.robot b/csit/suites/bgpcep/bgpclustering/PrefixcountKeywords.robot index 72ce4aca5d..27f81e39c3 100644 --- a/csit/suites/bgpcep/bgpclustering/PrefixcountKeywords.robot +++ b/csit/suites/bgpcep/bgpclustering/PrefixcountKeywords.robot @@ -132,6 +132,6 @@ Set_Shard_Leaders_Location_And_Verify [Documentation] Move default/topology config/operational shard location to local or remote node as requested ... towards the given rib singleton instance location. ShardStability.Set_Shard_Location ${requested_shard_localtion_idx} - BuiltIn.Wait_Until_Keyword_Succeeds 30s 5s ShardStability.Verify_Shard_Leader_Located_As_Expected ${requested_shard_localtion_idx} http_timeout=125s + BuiltIn.Wait_Until_Keyword_Succeeds 30s 5s ShardStability.Verify_Shard_Leader_Located_As_Expected ${requested_shard_localtion_idx} http_timeout=125 ${init_shard_details} = ShardStability.Shards_Stability_Get_Details ${SHARD_MONITOR_LIST} BuiltIn.Set_Suite_Variable ${init_shard_details} -- 2.36.6