Skip to content

Commit

Permalink
Increased response timeout in kubectl e2e test
Browse files Browse the repository at this point in the history
Should help for kubernetes#5825. I ran the test 30 times and all passed.
  • Loading branch information
piosz committed Mar 24, 2015
1 parent d0b468f commit 66c5a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/kubectl.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const (
redisSlaveSelector = "name=redis-slave"
kubectlProxyPort = 8011
guestbookStartupTimeout = 10 * time.Minute
guestbookResponseTimeout = time.Minute
guestbookResponseTimeout = 3 * time.Minute
)

var _ = Describe("kubectl", func() {
Expand Down

0 comments on commit 66c5a07

Please sign in to comment.