mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
test: increase the timeout for the flaky test TestCtlV3AuthCertCNWithWithConcurrentOperation
Signed-off-by: Benjamin Wang <wachao@vmware.com>
This commit is contained in:
parent
b130741eb3
commit
bbee33e20a
@ -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")
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user