Skip to content

Commit 1aa8b10

Browse files
committed
chore: increase wait time for operator upgrade tests
1 parent c3e6593 commit 1aa8b10

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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++))

.circleci/config/jobs/operator_upgrade_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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++))

0 commit comments

Comments
 (0)