Skip to content

Commit 7d0fe18

Browse files
authored
Fix Cypress test server startup and timeout
2 parents 71d5423 + 0f26ac1 commit 7d0fe18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/scripts/test-cypress

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ set -e
55
cd "$(dirname "$0")/.."
66

77
echo '== Starting server =='
8-
pnpm run preview &
8+
pnpm exec iles preview --port 3050 &
99

1010
echo '== Waiting for server to respond... =='
11-
pnpx wait-on http-get://localhost:3050 --delay 1000 --timeout 15000
11+
pnpx wait-on http-get://localhost:3050 --delay 1000 --timeout 60000
1212

1313
echo '== Server ready! =='
1414

0 commit comments

Comments
 (0)