mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 08:55:55 -04:00
Merge pull request #15109 from brendandburns/flakes2
Extend a timeout to reduce flakes.
This commit is contained in:
commit
45e4188a3d
1 changed files with 1 additions and 1 deletions
|
|
@ -1240,7 +1240,7 @@ func startServeHostnameService(c *client.Client, ns, name string, port, replicas
|
|||
Name: name,
|
||||
Namespace: ns,
|
||||
PollInterval: 3 * time.Second,
|
||||
Timeout: 30 * time.Second,
|
||||
Timeout: podReadyBeforeTimeout,
|
||||
Replicas: replicas,
|
||||
CreatedPods: &createdPods,
|
||||
MaxContainerFailures: &maxContainerFailures,
|
||||
|
|
|
|||
Loading…
Reference in a new issue