Skip to content

Commit f2a4be4

Browse files
authored
Update e2e.yml
1 parent 332dbd6 commit f2a4be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
until $(curl --header "Authorization: Bearer ${{ env.SPP_JWT_TOKEN }}" --insecure --output /dev/null --silent --fail https://localhost:12800/health); do printf '.'; sleep 5; done
4343
- run: curl -sS https://webinstall.dev/jq | bash
44-
- run: sleep 30s #wait for services to connect; todo: use health endpoint
44+
- run: sleep 45s #wait for services to connect; todo: use health endpoint
4545

4646
- name: Verify probe connected
4747
run: |

0 commit comments

Comments
 (0)