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 d56d905 commit 5d73a31Copy full SHA for 5d73a31
package.json
@@ -10,7 +10,7 @@
10
"scripts": {
11
"start": "ui5 serve --port 8080",
12
"lint": "eslint webapp && ui5lint",
13
- "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",
14
"test": "npm run lint && npm run test-runner",
15
"build": "ui5 build -a --clean-dest",
16
"build-self-contained": "ui5 build self-contained -a --clean-dest",
0 commit comments