From: Philippe Guibert Date: Tue, 13 Mar 2018 12:24:09 +0000 (+0100) Subject: bgp_vrf_netns: increase bgp convergence timer X-Git-Tag: frr-7.1-dev~151^2~109 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=505fc1bedff703a10f3d398c547f22b8b5b0b143;p=mirror%2Ffrr.git bgp_vrf_netns: increase bgp convergence timer BGP convergence timer is increased from 90 seconds to 120 seconds. Signed-off-by: Philippe Guibert --- diff --git a/tests/topotests/bgp_vrf_netns/test_bgp_vrf_netns_topo.py b/tests/topotests/bgp_vrf_netns/test_bgp_vrf_netns_topo.py index 1cb7011310..21e02ed9a1 100755 --- a/tests/topotests/bgp_vrf_netns/test_bgp_vrf_netns_topo.py +++ b/tests/topotests/bgp_vrf_netns/test_bgp_vrf_netns_topo.py @@ -195,7 +195,7 @@ def test_bgp_convergence(): output = router.vtysh_cmd('show bgp vrf r1-cust1 summary json', isjson=True) return topotest.json_cmp(output, expected) - _, res = topotest.run_and_expect(_convergence_test, None, count=90, wait=1) + _, res = topotest.run_and_expect(_convergence_test, None, count=120, wait=1) assertmsg = 'BGP router network did not converge' assert res is None, assertmsg