Skip to content

Commit

Permalink
[INTERNAL] ui5-test-runner: Increase start timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
matz3 committed Feb 17, 2025
1 parent d56d905 commit 5d73a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"start": "ui5 serve --port 8080",
"lint": "eslint webapp && ui5lint",
"test-runner": "ui5-test-runner --url http://localhost:8080/test/testsuite.qunit.html --start start --coverage -ccb 100 -ccf 100 -ccl 100 -ccs 100",
"test-runner": "ui5-test-runner --url http://localhost:8080/test/testsuite.qunit.html --start start --start-timeout 30000 --coverage -ccb 100 -ccf 100 -ccl 100 -ccs 100",
"test": "npm run lint && npm run test-runner",
"build": "ui5 build -a --clean-dest",
"build-self-contained": "ui5 build self-contained -a --clean-dest",
Expand Down

0 comments on commit 5d73a31

Please sign in to comment.