mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Reduce cadvisor e2e test timeout since cadvisor is now part of the kubelet binary.
This commit is contained in:
parent
3e0cdff97c
commit
68abb4d5d4
@ -27,8 +27,8 @@ import (
|
||||
|
||||
const (
|
||||
timeout = 1 * time.Minute
|
||||
maxRetries = 10
|
||||
sleepDuration = time.Minute
|
||||
maxRetries = 6
|
||||
sleepDuration = 10 * time.Second
|
||||
)
|
||||
|
||||
var _ = Describe("Cadvisor", func() {
|
||||
|
Loading…
Reference in New Issue
Block a user