Skip to content

Commit

Permalink
changing the arguments for wait_until function call
Browse files Browse the repository at this point in the history
  • Loading branch information
selldinesh committed Mar 16, 2022
1 parent a4ec6a5 commit 2a47fcf
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, duthost.critical_services_fully_started), "Not 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")
logger.info('Convergence Test Completed')

0 comments on commit 2a47fcf

Please sign in to comment.