From 70544bcb06151aa74f3c11c81bb97809b6a11ae3 Mon Sep 17 00:00:00 2001 From: Peter Gubka Date: Fri, 26 May 2017 14:19:03 +0200 Subject: [PATCH] Use 125s timout for shard leader deatails For more details https://bugs.opendaylight.org/show_bug.cgi?id=8434#c6 Change-Id: Ic2f051c86cc516210dff6c030782c5fc0055b3ac 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 847358eb1c..72ce4aca5d 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} + BuiltIn.Wait_Until_Keyword_Succeeds 30s 5s ShardStability.Verify_Shard_Leader_Located_As_Expected ${requested_shard_localtion_idx} http_timeout=125s ${init_shard_details} = ShardStability.Shards_Stability_Get_Details ${SHARD_MONITOR_LIST} BuiltIn.Set_Suite_Variable ${init_shard_details} -- 2.36.6