Browse Source

Merge pull request #1602 from jonboulle/bump_timeout

integration: bump timeout for good path
Jonathan Boulle 11 years ago
parent
commit
d36f09d643
1 changed files with 1 additions and 1 deletions
  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")
 	}