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 78940dc commit f64beecCopy full SHA for f64beec
1 file changed
.github/workflows/e2e_tests.yml
@@ -67,15 +67,15 @@ jobs:
67
with:
68
url: 'http://localhost:4000/health'
69
responseCode: 200
70
- timeout: 15000
+ timeout: 90000
71
interval: 500
72
73
- name: "Wait for svelte-mini app to be ready"
74
uses: nev7n/wait_for_response@v1
75
76
url: 'http://localhost:4001/health'
77
78
79
80
81
- name: Build sentry-test
0 commit comments