Skip to content

Commit

Permalink
Add 2.5s timeout for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
p2004a committed Jun 8, 2024
1 parent 8c81def commit b7c2bc7
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 @@ -7,7 +7,7 @@
"start": "tsc && node --enable-source-maps dist/main.js",
"build": "tsc",
"build:prod": "tsc -p tsconfig.prod.json",
"test": "tsc && node --enable-source-maps --test",
"test": "tsc && node --enable-source-maps --test --test-timeout=2500",
"coverage": "tsc && node --enable-source-maps --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=lcov.info",
"lint": "eslint src --ext .ts",
"lint:fix": "eslint src --ext .ts --fix",
Expand Down

0 comments on commit b7c2bc7

Please sign in to comment.