Merge pull request #280 from dlorenc/it
Increase the timeout on the addon manager pod.pull/289/head
commit
7c29252750
test/integration
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue