Skip to content

Commit

Permalink
longer test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Oct 30, 2023
1 parent 67334e8 commit 1f3e4f3
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 @@ -48,9 +48,9 @@
"lint:ci": "run-p lint:js:ci lint:sass:ci",
"test:js": "run-s test:js:client test:js:src",
"test:js:client": "jest",
"test:js:src": "nyc mocha -R dot test/js",
"test:js:src": "nyc mocha -t 5000 -R dot test/js",
"test:js:client:ci": "jest --ci --runInBand --reporters=default --reporters=jest-junit",
"test:js:src:ci": "nyc mocha -R dot -R mocha-junit-reporter test/js",
"test:js:src:ci": "nyc mocha -t 5000 -R dot -R mocha-junit-reporter test/js",
"test:js:watch": "yarn test:js:client --watchAll",
"test:sass": "mocha -R dot test/sass/test_sass.js",
"postinstall": "yarn husky install",
Expand Down

0 comments on commit 1f3e4f3

Please sign in to comment.