Skip to content

Commit

Permalink
ovn-ic-server recover wait longer time (#3749)
Browse files Browse the repository at this point in the history
Signed-off-by: Changlu Yi <[email protected]>
  • Loading branch information
changluyi authored Feb 21, 2024
1 parent 882c64e commit 4594a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/ovn-ic/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down

0 comments on commit 4594a25

Please sign in to comment.