瀏覽代碼

e2e: increase watch timeout

Gyu-Ho Lee 10 年之前
父節點
當前提交
713b56c860
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      e2e/etcdctl_test.go

+ 1 - 1
e2e/etcdctl_test.go

@@ -119,7 +119,7 @@ func testProcessClusterV2CtlWatch(t *testing.T, cfg *etcdProcessClusterConfig, n
 		return
 	case err := <-errChan:
 		t.Fatalf("failed watch (%v)", err)
-	case <-time.After(2 * time.Second):
+	case <-time.After(5 * time.Second):
 		t.Fatalf("watch timed out!")
 	}
 }