Skip to content

Commit

Permalink
[INTERNAL] package.json: Increase test timeout to 1 minute (xunit only)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
RandomByte committed Sep 14, 2020
1 parent 9f468e1 commit 0753eb3
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 @@ -25,7 +25,7 @@
"unit-verbose": "rimraf test/tmp && cross-env UI5_LOG_LVL=verbose ava --verbose --serial",
"unit-watch": "rimraf test/tmp && ava --watch",
"unit-nyan": "rimraf test/tmp && ava --tap | tnyan",
"unit-xunit": "rimraf test/tmp && ava --tap | tap-xunit --dontUseCommentsAsTestNames=true > test-results.xml",
"unit-xunit": "rimraf test/tmp && ava --tap --timeout=1m | tap-xunit --dontUseCommentsAsTestNames=true > test-results.xml",
"unit-inspect": "cross-env UI5_LOG_LVL=verbose node --inspect-brk node_modules/ava/profile.js",
"coverage": "nyc npm run unit",
"coverage-xunit": "nyc --reporter=text --reporter=text-summary --reporter=cobertura npm run unit-xunit",
Expand Down

0 comments on commit 0753eb3

Please sign in to comment.