diff --git a/feature/interface/holdtime/otg_tests/holdtime_test/holddown_timers_test.go b/feature/interface/holdtime/otg_tests/holdtime_test/holddown_timers_test.go index 913505b0063..bb05be343a3 100644 --- a/feature/interface/holdtime/otg_tests/holdtime_test/holddown_timers_test.go +++ b/feature/interface/holdtime/otg_tests/holdtime_test/holddown_timers_test.go @@ -610,7 +610,7 @@ func TestTC5ShortDOWN(t *testing.T) { t.Run("Verify port status UP", func(t *testing.T) { t.Log("re-verify that the interface state is still up") - verifyPortsStatus(t, dut, "UP", 10) + verifyPortsStatus(t, dut, "UP", 30) }) }