timeout in addon_update e2e test increased

This commit is contained in:
Marek Biskup 2015-06-22 12:36:12 +02:00
parent ff0546da4f
commit cdd143fbb6

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 {