Commit cb7c781d authored by Wojciech Tyczynski's avatar Wojciech Tyczynski

Merge pull request #5845 from piosz/guestbook

Increased response timeout in kubectl e2e test
parents d0b468f4 66c5a076
...@@ -41,7 +41,7 @@ const ( ...@@ -41,7 +41,7 @@ const (
redisSlaveSelector = "name=redis-slave" redisSlaveSelector = "name=redis-slave"
kubectlProxyPort = 8011 kubectlProxyPort = 8011
guestbookStartupTimeout = 10 * time.Minute guestbookStartupTimeout = 10 * time.Minute
guestbookResponseTimeout = time.Minute guestbookResponseTimeout = 3 * time.Minute
) )
var _ = Describe("kubectl", func() { var _ = Describe("kubectl", func() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment