Merge pull request #1602 from jonboulle/bump_timeout

integration: bump timeout for good path
This commit is contained in:
Jonathan Boulle 2014-11-04 16:52:44 -08:00
commit d36f09d643

View File

@ -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")
}