e2e: increase watch timeout

release-2.3
Gyu-Ho Lee 2016-01-28 23:24:04 -08:00
parent 754967644d
commit 713b56c860
1 changed files with 1 additions and 1 deletions

View File

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