We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 828fb13 commit 99fb2b1Copy full SHA for 99fb2b1
.github/workflows/helm-chart-smoketest.yml
@@ -169,7 +169,7 @@ jobs:
169
- name: run Spin App
170
run: |
171
kubectl apply -f testdata/apps/spin-app.yaml
172
- kubectl rollout status deployment wasm-spin --timeout 120s
+ kubectl rollout status deployment wasm-spin --timeout 180s
173
kubectl get pods -A
174
kubectl port-forward svc/wasm-spin 8083:80 &
175
timeout 60s bash -c 'until curl -f -vvv http://localhost:8083/hello; do sleep 2; done'
0 commit comments