mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 04:52:08 +00:00
Merge pull request #10172 from marekbiskup/addon-test-timeout
timeout in addon_update e2e test increased
This commit is contained in:
commit
a14e11760e
@ -181,7 +181,7 @@ spec:
|
|||||||
`
|
`
|
||||||
|
|
||||||
var addonTestPollInterval = 3 * time.Second
|
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
|
var addonNamespace = api.NamespaceDefault // addons are in the default namespace
|
||||||
|
|
||||||
type stringPair struct {
|
type stringPair struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user