Skip to content

Commit

Permalink
further increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Sep 24, 2024
1 parent 7daa1da commit 6b84470
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
"build:release": "cargo xtask build release",
"build:types:preview2-shim": "cargo xtask generate wasi-types",
"lint": "eslint -c eslintrc.cjs src/**/*.js packages/*/lib/**/*.js",
"test:lts": "mocha -u tdd test/test.js --timeout 60000",
"test": "node --stack-trace-limit=100 node_modules/mocha/bin/mocha.js -u tdd test/test.js --timeout 60000",
"test:lts": "mocha -u tdd test/test.js --timeout 120000",
"test": "node --stack-trace-limit=100 node_modules/mocha/bin/mocha.js -u tdd test/test.js --timeout 120000",
"prepublishOnly": "cargo xtask build release && npm run test"
},
"files": [
Expand Down

0 comments on commit 6b84470

Please sign in to comment.