mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
e2e: increase the dialTimeout to fix the flaky test TestIssue6361
This commit is contained in:
parent
3e8ffc7cda
commit
f67b25102c
@ -172,7 +172,7 @@ func TestIssue6361(t *testing.T) {
|
||||
}
|
||||
}()
|
||||
|
||||
dialTimeout := 7 * time.Second
|
||||
dialTimeout := 10 * time.Second
|
||||
prefixArgs := []string{ctlBinPath, "--endpoints", strings.Join(epc.EndpointsV3(), ","), "--dial-timeout", dialTimeout.String()}
|
||||
|
||||
// write some keys
|
||||
|
Loading…
x
Reference in New Issue
Block a user