Skip to content

Commit 0753eb3

Browse files
committed
[INTERNAL] package.json: Increase test timeout to 1 minute (xunit only)
Hopefully this will reduce the number of random failures on Windows on Azure. Presumably they are caused by some sort of timeout within AVA. Related: SAP/ui5-builder#510
1 parent 9f468e1 commit 0753eb3

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
@@ -25,7 +25,7 @@
2525
"unit-verbose": "rimraf test/tmp && cross-env UI5_LOG_LVL=verbose ava --verbose --serial",
2626
"unit-watch": "rimraf test/tmp && ava --watch",
2727
"unit-nyan": "rimraf test/tmp && ava --tap | tnyan",
28-
"unit-xunit": "rimraf test/tmp && ava --tap | tap-xunit --dontUseCommentsAsTestNames=true > test-results.xml",
28+
"unit-xunit": "rimraf test/tmp && ava --tap --timeout=1m | tap-xunit --dontUseCommentsAsTestNames=true > test-results.xml",
2929
"unit-inspect": "cross-env UI5_LOG_LVL=verbose node --inspect-brk node_modules/ava/profile.js",
3030
"coverage": "nyc npm run unit",
3131
"coverage-xunit": "nyc --reporter=text --reporter=text-summary --reporter=cobertura npm run unit-xunit",

0 commit comments

Comments
 (0)