mirror of https://github.com/k3s-io/k3s
Merge pull request #10172 from marekbiskup/addon-test-timeout
timeout in addon_update e2e test increasedpull/6/head
commit
a14e11760e
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue