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 332dbd6 commit f2a4be4Copy full SHA for f2a4be4
.github/workflows/e2e.yml
@@ -41,7 +41,7 @@ jobs:
41
run: |
42
until $(curl --header "Authorization: Bearer ${{ env.SPP_JWT_TOKEN }}" --insecure --output /dev/null --silent --fail https://localhost:12800/health); do printf '.'; sleep 5; done
43
- run: curl -sS https://webinstall.dev/jq | bash
44
- - run: sleep 30s #wait for services to connect; todo: use health endpoint
+ - run: sleep 45s #wait for services to connect; todo: use health endpoint
45
46
- name: Verify probe connected
47
0 commit comments