提交 9428c5a7 编写于 作者: D dlorenc

Increase the timeout on the addon manager pod.

上级 0a71dd29
......@@ -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)
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册