Reduce cadvisor e2e test timeout since cadvisor is now part of the kubelet binary.

This commit is contained in:
Vishnu Kannan 2015-03-30 18:53:51 +00:00
parent 3e0cdff97c
commit 68abb4d5d4

View File

@ -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() {