mirror of https://github.com/k3s-io/k3s
Increased response timeout in kubectl e2e test
Should help for #5825. I ran the test 30 times and all passed.pull/6/head
parent
d0b468f4b0
commit
66c5a0768d
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue