Skip to content

Commit 039af24

Browse files
test: 5 seconds timeout per test (#61)
1 parent 06d2c57 commit 039af24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test": "test"
1010
},
1111
"scripts": {
12-
"test": "yarn build:test && FASTIFY_AUTOLOAD_TYPESCRIPT=1 node --test --experimental-test-coverage 'dist/test/**/*.js'",
12+
"test": "yarn build:test && FASTIFY_AUTOLOAD_TYPESCRIPT=1 node --test --test-timeout=5000 --experimental-test-coverage 'dist/test/**/*.js'",
1313
"build": "tsc",
1414
"build:test": "yarn build && node scripts/copy-test-assets.js && tsc -p test/tsconfig.json",
1515
"watch": "tsc -w",

0 commit comments

Comments
 (0)