diff --git a/tests/topotests/lib/bgp.py b/tests/topotests/lib/bgp.py index 83ee866636..ecb0a23dff 100644 --- a/tests/topotests/lib/bgp.py +++ b/tests/topotests/lib/bgp.py @@ -1309,7 +1309,6 @@ def verify_bgp_community( command = "show bgp" - sleep(5) for net in network: if vrf: cmd = "{} vrf {} {} {} json".format(command, vrf, addr_type, net)