From f67b25102cba8804fdf70cc9de19fb5aca6f7ab6 Mon Sep 17 00:00:00 2001 From: yoyinzyc Date: Mon, 12 Oct 2020 11:13:46 -0700 Subject: [PATCH] e2e: increase the dialTimeout to fix the flaky test TestIssue6361 --- tests/e2e/ctl_v3_snapshot_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/ctl_v3_snapshot_test.go b/tests/e2e/ctl_v3_snapshot_test.go index 93a52c243..32a4eccf3 100644 --- a/tests/e2e/ctl_v3_snapshot_test.go +++ b/tests/e2e/ctl_v3_snapshot_test.go @@ -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