mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +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 (
|
||||
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