Skip to content

Commit a4b924d

Browse files
committed
use smaller timeout
1 parent 43ae35a commit a4b924d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

repo-scripts/size-analysis/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
1414
"lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
1515
"pretest": "tsc -p test/test-inputs && rollup -c",
16-
"test": "yarn type-check && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha **/*.test.ts --config ../../config/mocharc.node.js --timeout 300000",
17-
"test:ci": "yarn test",
16+
"test": "yarn type-check && TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha **/*.test.ts --config ../../config/mocharc.node.js --timeout 60000",
17+
"test:ci": "node ../../scripts/run_tests_in_ci.js",
1818
"type-check": "tsc -p . --noEmit"
1919
},
2020
"dependencies": {

0 commit comments

Comments
 (0)