Commit a14e1176 authored by Marek Grabowski's avatar Marek Grabowski

Merge pull request #10172 from marekbiskup/addon-test-timeout

timeout in addon_update e2e test increased
parents ff0546da cdd143fb
......@@ -181,7 +181,7 @@ spec:
`
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
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