Skip to content

Commit

Permalink
changing wait_until arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
selldinesh committed Mar 2, 2022
1 parent 326464e commit a4ec6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/snappi/bgp/files/bgp_convergence_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -941,5 +941,5 @@ def cleanup_config(duthost):
duthost.command("sudo cp {} {}".format("/etc/sonic/config_db_backup.json","/etc/sonic/config_db.json"))
duthost.shell("sudo config reload -y \n")
logger.info("Wait until all critical services are fully started")
pytest_assert(wait_until(360, 10, 1, duthost.critical_services_fully_started), "Not all critical services are fully started")
pytest_assert(wait_until(360, 10, duthost.critical_services_fully_started), "Not all critical services are fully started")
logger.info('Convergence Test Completed')

0 comments on commit a4ec6a5

Please sign in to comment.