mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #16421 from ahrtr/flaky_test_20230815
test: increase the timeout for the flaky test `TestCtlV3AuthCertCNWithWithConcurrentOperation`
This commit is contained in:
commit
f965d474b8
@ -136,7 +136,7 @@ func TestCtlV3AuthCertCNWithWithConcurrentOperation(t *testing.T) {
|
|||||||
t.Fatalf("Unexpected error: %v", err)
|
t.Fatalf("Unexpected error: %v", err)
|
||||||
case <-donec:
|
case <-donec:
|
||||||
t.Log("All done!")
|
t.Log("All done!")
|
||||||
case <-time.After(30 * time.Second):
|
case <-time.After(40 * time.Second):
|
||||||
t.Fatal("Test case timeout after 20 seconds")
|
t.Fatal("Test case timeout after 40 seconds")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user