mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
e2e: increase watch timeout
This commit is contained in:
parent
754967644d
commit
713b56c860
@ -119,7 +119,7 @@ func testProcessClusterV2CtlWatch(t *testing.T, cfg *etcdProcessClusterConfig, n
|
||||
return
|
||||
case err := <-errChan:
|
||||
t.Fatalf("failed watch (%v)", err)
|
||||
case <-time.After(2 * time.Second):
|
||||
case <-time.After(5 * time.Second):
|
||||
t.Fatalf("watch timed out!")
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user