diff --git a/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/adjacencies.py b/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/adjacencies.py index 33b8cbd77a..1dfd22f6bd 100644 --- a/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/adjacencies.py +++ b/tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/adjacencies.py @@ -6,7 +6,7 @@ luCommand('ce4','vtysh -c "show bgp summary"',' 00:0','wait','Adjacencies up') luCommand('r1','ping 2.2.2.2 -c 1',' 0. packet loss','wait','PE->P2 (loopback) ping',60) luCommand('r3','ping 2.2.2.2 -c 1',' 0. packet loss','wait','PE->P2 (loopback) ping',60) luCommand('r4','ping 2.2.2.2 -c 1',' 0. packet loss','wait','PE->P2 (loopback) ping',60) -luCommand('r2','vtysh -c "show bgp summary"',' 00:0.* 00:0.* 00:0','wait','Core adjacencies up',90) +luCommand('r2','vtysh -c "show bgp summary"',' 00:0.* 00:0.* 00:0','wait','Core adjacencies up',300) luCommand('r1','vtysh -c "show bgp summary"',' 00:0','pass','Core adjacencies up') luCommand('r3','vtysh -c "show bgp summary"',' 00:0','pass','Core adjacencies up') luCommand('r4','vtysh -c "show bgp summary"',' 00:0','pass','Core adjacencies up')