diff --git a/test/e2e/ovn-ic/e2e_test.go b/test/e2e/ovn-ic/e2e_test.go index af109d19d96..d99b4c7e0ba 100644 --- a/test/e2e/ovn-ic/e2e_test.go +++ b/test/e2e/ovn-ic/e2e_test.go @@ -346,7 +346,7 @@ var _ = framework.SerialDescribe("[group:ovn-ic]", func() { func checkECMPCount(expectCount int) { ecmpCount := 0 - maxRetryTimes := 10 + maxRetryTimes := 30 for i := 0; i < maxRetryTimes; i++ { time.Sleep(3 * time.Second) execCmd := "kubectl ko nbctl lr-route-list ovn-cluster "