Commit 66c5a076 authored by Piotr Szczesniak's avatar Piotr Szczesniak

Increased response timeout in kubectl e2e test

Should help for #5825. I ran the test 30 times and all passed.
parent d0b468f4
......@@ -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() {
......
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