mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Merge pull request #6173 from vishh/cadvisor
Reduce cadvisor e2e test timeout
This commit is contained in:
commit
8c86f43201
@ -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