mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
test: bump deployment test timeout
Matches the timeout used in WaitForDeploymentStatus
This commit is contained in:
parent
db1985716f
commit
b90661af9b
@ -3542,7 +3542,7 @@ func WaitForDeploymentStatusValid(c clientset.Interface, d *extensions.Deploymen
|
||||
reason string
|
||||
)
|
||||
|
||||
err := wait.Poll(Poll, 2*time.Minute, func() (bool, error) {
|
||||
err := wait.Poll(Poll, 5*time.Minute, func() (bool, error) {
|
||||
var err error
|
||||
deployment, err = c.Extensions().Deployments(d.Namespace).Get(d.Name)
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user