Skip to content

Commit

Permalink
increase test timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlincecum committed Aug 30, 2024
1 parent 8ae78c3 commit e3a708c
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 e3a708c

Please sign in to comment.