tests(get_handler) loosen the time assumption for the un

This commit is contained in:
Xiang Li
2013-12-20 08:23:50 +08:00
parent 9cf1fcc987
commit c4179829d6
2 changed files with 3 additions and 3 deletions

View File

@@ -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: