Skip to content

Commit

Permalink
test: increase the timeout for the flaky test TestCtlV3AuthCertCNWith…
Browse files Browse the repository at this point in the history
…WithConcurrentOperation

Signed-off-by: Benjamin Wang <[email protected]>
  • Loading branch information
ahrtr committed Aug 15, 2023
1 parent b130741 commit bbee33e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/ctl_v3_auth_no_proxy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func TestCtlV3AuthCertCNWithWithConcurrentOperation(t *testing.T) {
t.Fatalf("Unexpected error: %v", err)
case <-donec:
t.Log("All done!")
case <-time.After(30 * time.Second):
t.Fatal("Test case timeout after 20 seconds")
case <-time.After(40 * time.Second):
t.Fatal("Test case timeout after 40 seconds")
}
}

0 comments on commit bbee33e

Please sign in to comment.