mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #1602 from jonboulle/bump_timeout
integration: bump timeout for good path
This commit is contained in:
commit
d36f09d643
@ -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")
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user