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

timeout in addon_update e2e test increased
pull/6/head
Marek Grabowski 2015-06-22 16:04:14 +02:00
commit a14e11760e
1 changed files with 1 additions and 1 deletions

View File

@ -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 {