e2e: increase the dialTimeout to fix the flaky test TestIssue6361

This commit is contained in:
yoyinzyc 2020-10-12 11:13:46 -07:00
parent 3e8ffc7cda
commit f67b25102c

View File

@ -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()} prefixArgs := []string{ctlBinPath, "--endpoints", strings.Join(epc.EndpointsV3(), ","), "--dial-timeout", dialTimeout.String()}
// write some keys // write some keys