test: bump deployment test timeout

Matches the timeout used in WaitForDeploymentStatus
This commit is contained in:
Michail Kargakis 2016-10-07 14:18:26 +02:00
parent db1985716f
commit b90661af9b

View File

@ -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 {