Merge pull request from dlorenc/it

Increase the timeout on the addon manager pod.
pull/289/head
Aaron Prindle 2016-07-07 09:48:10 -07:00 committed by GitHub
commit 7c29252750
1 changed files with 1 additions and 1 deletions
test/integration

View File

@ -56,7 +56,7 @@ func TestAddons(t *testing.T) {
return nil
}
if err := commonutil.RetryAfter(10, checkAddon, 5*time.Second); err != nil {
if err := commonutil.RetryAfter(20, checkAddon, 5*time.Second); err != nil {
t.Fatalf("Addon Manager pod is unhealthy: %s", err)
}
}