Skip to content

Commit

Permalink
fix(test): increase time out
Browse files Browse the repository at this point in the history
  • Loading branch information
gchoqueux committed Sep 11, 2024
1 parent 77d30a3 commit e6aa73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/Main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint": "eslint \"src/**/*.js\" \"test/**/*.js\"",
"transpile": "cross-env BABEL_DISABLE_CACHE=1 babel src --out-dir lib",
"test-unit": "cross-env BABEL_ENV=test npm run base-test-unit test/unit",
"base-test-unit": "cross-env BABEL_DISABLE_CACHE=1 mocha --file test/unit/bootstrap.js --import=../../config/babel-register/register.mjs",
"base-test-unit": "cross-env BABEL_DISABLE_CACHE=1 mocha --timeout 5000 --file test/unit/bootstrap.js --import=../../config/babel-register/register.mjs",
"test-with-coverage": "c8 -n src -r html cross-env npm run test-unit",
"test-with-coverage_lcov": "c8 -n src --reporter=lcov cross-env npm run test-unit",
"watch": "cross-env BABEL_DISABLE_CACHE=1 babel --watch src --out-dir lib",
Expand Down

0 comments on commit e6aa73b

Please sign in to comment.