mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
tests(get_handler) loosen the time assumption for the un
This commit is contained in:
@@ -205,7 +205,7 @@ func TestV2WatchKeyInDir(t *testing.T) {
|
||||
}()
|
||||
|
||||
// wait for expiration, we do have a up to 500 millisecond delay
|
||||
time.Sleep(1500 * time.Millisecond)
|
||||
time.Sleep(2000 * time.Millisecond)
|
||||
|
||||
select {
|
||||
case <-c:
|
||||
|
||||
Reference in New Issue
Block a user