Skip to content

Commit

Permalink
Merge pull request #292 from dominant-strategies/test-timeout-bump
Browse files Browse the repository at this point in the history
increase test timeouts
  • Loading branch information
robertlincecum authored Aug 30, 2024
2 parents 8ae78c3 + e3a708c commit 6ac2575
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 @@ -141,8 +141,8 @@
"containers-down": "./stop-test-containers.sh",
"test-browser": "node lib/esm/_tests/browser/test-browser.js",
"test-commonjs": "mocha --reporter ./reporter.cjs ./lib/commonjs/_tests/**/*.test.js",
"test-unit": "mocha --reporter ./reporter.cjs ./lib/commonjs/_tests/unit/*.unit.test.js",
"test-integ": "mocha --reporter ./reporter.cjs ./lib/commonjs/_tests/integration/*.integration.test.js",
"test-unit": "mocha --timeout 10000 --reporter ./reporter.cjs ./lib/commonjs/_tests/unit/*.unit.test.js",
"test-integ": "mocha --timeout 20000 --reporter ./reporter.cjs ./lib/commonjs/_tests/integration/*.integration.test.js",
"test-coverage": "c8 -o output -r lcov -r text mocha --no-color --reporter ./reporter.cjs ./lib/esm/_tests/**/*.test.js | tee output/summary.txt",
"test-esm": "mocha --trace-warnings --reporter ./reporter.cjs -r dotenv/config ./lib/esm/_tests/**/*.test.js",
"prepare": "husky",
Expand Down

0 comments on commit 6ac2575

Please sign in to comment.