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 7209187 commit 526581cCopy full SHA for 526581c
.github/workflows/e2e-tests.yml
@@ -47,11 +47,11 @@ jobs:
47
# Start the dev environment in background
48
yarn dev:platform &
49
# Wait for the webserver to be ready
50
- npx wait-on http://localhost:5173
+ npx wait-on --timeout 5m http://localhost:5173
51
# Wait for the database to be ready
52
- npx wait-on http://localhost:5984
+ npx wait-on --timeout 5m http://localhost:5984
53
# Wait for the backend to be ready
54
- npx wait-on http://localhost:3000
+ npx wait-on --timeout 5m http://localhost:3000
55
56
- name: Run E2E tests
57
run: |
0 commit comments