diff --git a/tests/dualtor_io/test_link_failure.py b/tests/dualtor_io/test_link_failure.py index 39a24856f69..751672cc1b9 100644 --- a/tests/dualtor_io/test_link_failure.py +++ b/tests/dualtor_io/test_link_failure.py @@ -421,7 +421,7 @@ def test_active_link_admin_down_config_reload_downstream( config_interface_admin_status(upper_tor_host, active_active_ports, "down") upper_tor_host.shell("config save -y") - config_reload(upper_tor_host, wait=60) + config_reload(upper_tor_host, safe_reload=True, wait_for_bgp=True) verify_tor_states( expected_active_host=lower_tor_host, @@ -433,7 +433,7 @@ def test_active_link_admin_down_config_reload_downstream( send_t1_to_server_with_action( upper_tor_host, verify=True, - stop_after=180, + stop_after=60, allowed_disruption=0, allow_disruption_before_traffic=True ) @@ -467,7 +467,7 @@ def test_active_link_admin_down_config_reload_link_up_upstream( ) upper_tor_host.shell("config save -y") - config_reload(upper_tor_host, wait=60) + config_reload(upper_tor_host, safe_reload=True, wait_for_bgp=True) verify_tor_states( expected_active_host=lower_tor_host, @@ -521,7 +521,7 @@ def test_active_link_admin_down_config_reload_link_up_downstream_standby( ) upper_tor_host.shell("config save -y") - config_reload(upper_tor_host, wait=60) + config_reload(upper_tor_host, safe_reload=True, wait_for_bgp=True) verify_tor_states( expected_active_host=lower_tor_host,