mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 01:40:07 +00:00
Merge pull request #23999 from mikedanese/flake
bump single call timeout in e2e tests
This commit is contained in:
commit
75b01662e6
@ -112,7 +112,8 @@ const (
|
|||||||
|
|
||||||
// How long to try single API calls (like 'get' or 'list'). Used to prevent
|
// How long to try single API calls (like 'get' or 'list'). Used to prevent
|
||||||
// transient failures from failing tests.
|
// transient failures from failing tests.
|
||||||
singleCallTimeout = 30 * time.Second
|
// TODO: client should not apply this timeout to Watch calls. Increased from 30s until that is fixed.
|
||||||
|
singleCallTimeout = 5 * time.Minute
|
||||||
|
|
||||||
// How long nodes have to be "ready" when a test begins. They should already
|
// How long nodes have to be "ready" when a test begins. They should already
|
||||||
// be "ready" before the test starts, so this is small.
|
// be "ready" before the test starts, so this is small.
|
||||||
|
Loading…
Reference in New Issue
Block a user