From ba05c4f5be5bf90f9aecb586aae9774d5e1d0f9c Mon Sep 17 00:00:00 2001 From: "Matthew Starkey (mastarke)" Date: Thu, 19 Dec 2024 12:02:20 -0800 Subject: [PATCH] modifed TC5 final port up check as timing was causing flaky results --- .../holdtime/otg_tests/holdtime_test/holddown_timers_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }) }