Skip to content

Commit

Permalink
Merge pull request kubernetes#5845 from piosz/guestbook
Browse files Browse the repository at this point in the history
Increased response timeout in kubectl e2e test
  • Loading branch information
wojtek-t committed Mar 24, 2015
2 parents d0b468f + 66c5a07 commit cb7c781
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 cb7c781

Please sign in to comment.