File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -473,9 +473,9 @@ jobs:
473473 sed -i.bak "s|${OPERATOR_VERSION}|${LATEST_TAG}|g" ./test/fixtures/operator/catalog-source.yaml
474474 kubectl apply -f ./test/fixtures/operator/catalog-source.yaml
475475
476- ATTEMPTS=60
476+ ATTEMPTS=120
477477 SLEEP_SECONDS_BETWEEN_ATTEMPTS=5
478- # total = 5 minutes wait time
478+ # total = 10 minutes wait time
479479
480480 # Periodically poll if the snyk-monitor has upgraded
481481 for (( attempt=1; attempt<ATTEMPTS; attempt++))
Original file line number Diff line number Diff line change @@ -167,9 +167,9 @@ steps:
167167 sed -i.bak "s|${OPERATOR_VERSION}|${LATEST_TAG}|g" ./test/fixtures/operator/catalog-source.yaml
168168 kubectl apply -f ./test/fixtures/operator/catalog-source.yaml
169169
170- ATTEMPTS=60
170+ ATTEMPTS=120
171171 SLEEP_SECONDS_BETWEEN_ATTEMPTS=5
172- # total = 5 minutes wait time
172+ # total = 10 minutes wait time
173173
174174 # Periodically poll if the snyk-monitor has upgraded
175175 for (( attempt=1; attempt<ATTEMPTS; attempt++))
You can’t perform that action at this time.
0 commit comments