From 58923d880f596e7ed2d1049851645cb8cfad7d66 Mon Sep 17 00:00:00 2001 From: Mark Stapp Date: Tue, 7 Jul 2020 08:25:01 -0400 Subject: [PATCH] tests: fix short timeout in lib/bgp.py Another short timeout for bgp - make the verify_bgp_convergence_from_running_config() api use the same generous timeout as verify_bgp_convergence() Signed-off-by: Mark Stapp --- tests/topotests/lib/bgp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/topotests/lib/bgp.py b/tests/topotests/lib/bgp.py index 2338ea1a90..38e4e1fce5 100644 --- a/tests/topotests/lib/bgp.py +++ b/tests/topotests/lib/bgp.py @@ -1326,7 +1326,7 @@ def verify_as_numbers(tgen, topo, input_dict): return True -@retry(attempts=10, wait=2, return_is_str=True) +@retry(attempts=44, wait=3, return_is_str=True) def verify_bgp_convergence_from_running_config(tgen, dut=None): """ API to verify BGP convergence b/w loopback and physical interface.