Skip to content

Commit 7b7b45c

Browse files
committed
test: increase test timeout to 30s
1 parent 7b4d328 commit 7b7b45c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"start": "dts watch --target node",
2929
"build:check": "tsc --noEmit",
3030
"build": "tsc --noEmit && dts build --target node",
31-
"test": "dts test --runInBand --testTimeout=20000",
32-
"test:packages": "dts test test/package-snapshots --maxWorkers=4 --testTimeout=20000",
33-
"test:cov": "dts test --coverage --maxWorkers=4 --testTimeout=20000",
31+
"test": "dts test --runInBand --testTimeout=30000",
32+
"test:packages": "dts test test/package-snapshots --maxWorkers=4 --testTimeout=30000",
33+
"test:cov": "dts test --coverage --maxWorkers=4 --testTimeout=30000",
3434
"test:watch": "dts test --runInBand --watchAll --coverage",
35-
"test:ci": "dts test --coverage --maxWorkers=2 --testTimeout=20000 --bail --ci",
35+
"test:ci": "dts test --coverage --maxWorkers=2 --testTimeout=30000 --bail --ci",
3636
"lint": "dts lint src test",
3737
"lint:fix": "dts lint src test --fix",
3838
"debug:analyze": "yarn ts-node --skip-project scripts/debug-analyze.ts",

0 commit comments

Comments
 (0)