瀏覽代碼

Merge pull request #1602 from jonboulle/bump_timeout

integration: bump timeout for good path
Jonathan Boulle 11 年之前
父節點
當前提交
d36f09d643
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      integration/v2_http_kv_test.go

+ 1 - 1
integration/v2_http_kv_test.go

@@ -847,7 +847,7 @@ func TestV2WatchWithIndex(t *testing.T) {
 
 	select {
 	case <-c:
-	case <-time.After(time.Millisecond):
+	case <-time.After(time.Second):
 		t.Fatal("cannot get watch result")
 	}