Skip to content

Commit

Permalink
Remove special timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Aug 5, 2024
1 parent 4c7c731 commit 70bb03d
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 @@ -81,7 +81,7 @@
"test-node:only:globalQunit": "npm run -s test-node-run-only -- --ui qunit test/only/global/qunit.spec --no-parallel",
"test-node:only:globalTdd": "npm run -s test-node-run-only -- --ui tdd test/only/global/tdd.spec --no-parallel",
"test-node:only": "run-p test-node:only:*",
"test-node:reporters": "npm run -s test-node-run -- --timeout 500 'test/reporters/*.spec.js'",
"test-node:reporters": "npm run -s test-node-run -- 'test/reporters/*.spec.js'",
"test-node:requires": "npm run -s test-node-run -- --require coffeescript/register --require test/require/a.js --require test/require/b.coffee --require test/require/c.js --require test/require/d.coffee test/require/require.spec.js",
"test-node:unit": "npm run -s test-node-run -- 'test/unit/*.spec.js' 'test/node-unit/**/*.spec.js'",
"test-node": "run-s test-coverage-clean test-node:* test-coverage-generate",
Expand Down

0 comments on commit 70bb03d

Please sign in to comment.