mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +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 (
|
const (
|
||||||
timeout = 1 * time.Minute
|
timeout = 1 * time.Minute
|
||||||
maxRetries = 10
|
maxRetries = 6
|
||||||
sleepDuration = time.Minute
|
sleepDuration = 10 * time.Second
|
||||||
)
|
)
|
||||||
|
|
||||||
var _ = Describe("Cadvisor", func() {
|
var _ = Describe("Cadvisor", func() {
|
||||||
|
Loading…
Reference in New Issue
Block a user