Increased response timeout in kubectl e2e test

Should help for #5825. I ran the test 30 times and all passed.
pull/6/head
Piotr Szczesniak 2015-03-24 13:59:45 +01:00
parent d0b468f4b0
commit 66c5a0768d
1 changed files with 1 additions and 1 deletions

View File

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