Skip to content

Commit

Permalink
Merge pull request kubernetes#6173 from vishh/cadvisor
Browse files Browse the repository at this point in the history
Reduce cadvisor e2e test timeout
  • Loading branch information
vmarmol committed Mar 30, 2015
2 parents e832722 + 68abb4d commit 8c86f43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/cadvisor.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 8c86f43

Please sign in to comment.