Explorar o código

Merge pull request #1602 from jonboulle/bump_timeout

integration: bump timeout for good path
Jonathan Boulle %!s(int64=11) %!d(string=hai) anos
pai
achega
d36f09d643
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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")
 	}