diff --git a/tests/route/test_static_route.py b/tests/route/test_static_route.py index 7d81712adac..14b73d19c0d 100644 --- a/tests/route/test_static_route.py +++ b/tests/route/test_static_route.py @@ -137,7 +137,7 @@ def run_static_route_test(duthost, ptfadapter, ptfhost, tbinfo, prefix, nexthop_ # Config save and reload if specified if config_reload_test: duthost.shell('config save -y') - config_reload(duthost) + config_reload(duthost, wait=350) generate_and_verify_traffic(duthost, ptfadapter, tbinfo, ip_dst, nexthop_devs, ipv6=ipv6) check_route_redistribution(duthost, prefix, ipv6)