Skip to content

Commit 5d73a31

Browse files
committed
[INTERNAL] ui5-test-runner: Increase start timeout
1 parent d56d905 commit 5d73a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"scripts": {
1111
"start": "ui5 serve --port 8080",
1212
"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",
13+
"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",
1414
"test": "npm run lint && npm run test-runner",
1515
"build": "ui5 build -a --clean-dest",
1616
"build-self-contained": "ui5 build self-contained -a --clean-dest",

0 commit comments

Comments
 (0)