tests: Remove sleep(200) from bgp-evpn-overlay-index-gateway

Remove a 200 second sleep from bgp-evpn-overlay-index-gateway.
There does not seem to be any evidence that this is needed
and I cannot make the test fail without it.

Fixes: #9035
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
Donald Sharp 2021-08-04 08:05:12 -04:00
parent 5504fee4a3
commit 1c7cad9be8
1 changed files with 0 additions and 1 deletions

View File

@ -197,7 +197,6 @@ def setup_module(mod):
tgen.start_router()
logger.info("Running setup_module() done")
topotest.sleep(200)
def teardown_module(mod):