Skip to content

Commit f64beec

Browse files
committed
WIP
1 parent 78940dc commit f64beec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@ jobs:
6767
with:
6868
url: 'http://localhost:4000/health'
6969
responseCode: 200
70-
timeout: 15000
70+
timeout: 90000
7171
interval: 500
7272

7373
- name: "Wait for svelte-mini app to be ready"
7474
uses: nev7n/wait_for_response@v1
7575
with:
7676
url: 'http://localhost:4001/health'
7777
responseCode: 200
78-
timeout: 15000
78+
timeout: 90000
7979
interval: 500
8080

8181
- name: Build sentry-test

0 commit comments

Comments
 (0)