Skip to content

Commit 74154c1

Browse files
author
OpenShift Bot
authored
Merge pull request #11204 from kargakis/bump-timeout
Merged by openshift-bot
2 parents daf9238 + ed33cfa commit 74154c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/extended/deployments/deployments.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ var _ = g.Describe("deploymentconfigs", func() {
263263

264264
g.By("verifying the post deployment action happened: tag is set")
265265
var out string
266-
pollErr := wait.PollImmediate(100*time.Millisecond, 10*time.Second, func() (bool, error) {
266+
pollErr := wait.PollImmediate(100*time.Millisecond, 1*time.Minute, func() (bool, error) {
267267
out, err = oc.Run("get").Args("istag/sample-stream:deployed").Output()
268268
if errors.IsNotFound(err) {
269269
return false, nil

0 commit comments

Comments
 (0)