Skip to content

Commit

Permalink
Merge pull request #12496 from smarterclayton/lengthen_timeout
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot authored Jan 16, 2017
2 parents b53352c + d74d19c commit 283a990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/extended/deployments/deployments.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ var _ = g.Describe("deploymentconfigs", func() {

g.By(fmt.Sprintf("by checking that the second deployment exists"))
// TODO when #11016 gets fixed this can be reverted to 30seconds
err = wait.PollImmediate(500*time.Millisecond, 1*time.Minute, func() (bool, error) {
err = wait.PollImmediate(500*time.Millisecond, 5*time.Minute, func() (bool, error) {
_, rcs, _, err := deploymentInfo(oc, name)
if err != nil {
return false, nil
Expand Down

0 comments on commit 283a990

Please sign in to comment.