Skip to content

Commit c7dd833

Browse files
authored
Merge pull request #522 from snyk/chore/increase-timeout
chore: increase sleep timeout in Operator tests
2 parents 92faf7e + 0894ba4 commit c7dd833

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ jobs:
409409
set -o pipefail
410410
411411
kubectl apply -f ./test/fixtures/operator/custom-resource.yaml
412-
sleep 30
412+
sleep 60
413413
414414
kubectl get pods -n snyk-monitor --no-headers | \
415415
grep "snyk-monitor" | \

.circleci/config/jobs/operator_upgrade_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ steps:
147147
set -o pipefail
148148
149149
kubectl apply -f ./test/fixtures/operator/custom-resource.yaml
150-
sleep 30
150+
sleep 60
151151
152152
kubectl get pods -n snyk-monitor --no-headers | \
153153
grep "snyk-monitor" | \

0 commit comments

Comments
 (0)