mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +00:00
Extend a timeout to reduce flakes.
This commit is contained in:
parent
ed382ec0a0
commit
e939c49823
@ -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 New Issue
Block a user