mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 21:12:07 +00:00
timeout in addon_update e2e test increased
This commit is contained in:
parent
ff0546da4f
commit
cdd143fbb6
@ -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
Block a user