Skip to content

Commit 99fb2b1

Browse files
committed
smoketest: bump timeout to 180s for wasm-spin deployment status
Signed-off-by: Vaughn Dice <[email protected]>
1 parent 828fb13 commit 99fb2b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/helm-chart-smoketest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
- name: run Spin App
170170
run: |
171171
kubectl apply -f testdata/apps/spin-app.yaml
172-
kubectl rollout status deployment wasm-spin --timeout 120s
172+
kubectl rollout status deployment wasm-spin --timeout 180s
173173
kubectl get pods -A
174174
kubectl port-forward svc/wasm-spin 8083:80 &
175175
timeout 60s bash -c 'until curl -f -vvv http://localhost:8083/hello; do sleep 2; done'

0 commit comments

Comments
 (0)