Merge pull request #9291 from donaldsharp/fix_long_sleep

tests: Remove sleep(200) from bgp-evpn-overlay-index-gateway
This commit is contained in:
Mark Stapp 2021-08-04 12:54:25 -04:00 committed by GitHub
commit 27649e64f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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):