Skip to content

Commit

Permalink
increased the timeout on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinrp committed Jan 29, 2025
1 parent 5b0679d commit 34d0232
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 @@ -62,7 +62,7 @@
"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 120000",
"test:lts": "mocha -u tdd test/test.js --timeout 240000",
"test": "node --experimental-wasm-jspi --stack-trace-limit=100 node_modules/mocha/bin/mocha.js -u tdd test/test.js --timeout 240000",
"prepublishOnly": "cargo xtask build release && npm run test"
},
Expand Down

0 comments on commit 34d0232

Please sign in to comment.