From a4ec6a5a54549eca5a045d8c5fc044cb7d6a56d4 Mon Sep 17 00:00:00 2001 From: selldinesh Date: Wed, 2 Mar 2022 23:29:02 +0000 Subject: [PATCH] changing wait_until arguments --- tests/snappi/bgp/files/bgp_convergence_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/snappi/bgp/files/bgp_convergence_helper.py b/tests/snappi/bgp/files/bgp_convergence_helper.py index e5152d8b1ab..49bfb2f9c88 100644 --- a/tests/snappi/bgp/files/bgp_convergence_helper.py +++ b/tests/snappi/bgp/files/bgp_convergence_helper.py @@ -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') \ No newline at end of file