Commit cdd143fb authored by Marek Biskup's avatar Marek Biskup

timeout in addon_update e2e test increased

parent ff0546da
...@@ -181,7 +181,7 @@ spec: ...@@ -181,7 +181,7 @@ spec:
` `
var addonTestPollInterval = 3 * time.Second var addonTestPollInterval = 3 * time.Second
var addonTestPollTimeout = 1 * time.Minute var addonTestPollTimeout = 3 * time.Minute
var addonNamespace = api.NamespaceDefault // addons are in the default namespace var addonNamespace = api.NamespaceDefault // addons are in the default namespace
type stringPair struct { type stringPair struct {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment