Skip to content

Commit

Permalink
test: increase test timeout to 30s
Browse files Browse the repository at this point in the history
  • Loading branch information
velut committed Jan 17, 2022
1 parent 7b4d328 commit 7b7b45c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -28,11 +28,11 @@
"start": "dts watch --target node",
"build:check": "tsc --noEmit",
"build": "tsc --noEmit && dts build --target node",
"test": "dts test --runInBand --testTimeout=20000",
"test:packages": "dts test test/package-snapshots --maxWorkers=4 --testTimeout=20000",
"test:cov": "dts test --coverage --maxWorkers=4 --testTimeout=20000",
"test": "dts test --runInBand --testTimeout=30000",
"test:packages": "dts test test/package-snapshots --maxWorkers=4 --testTimeout=30000",
"test:cov": "dts test --coverage --maxWorkers=4 --testTimeout=30000",
"test:watch": "dts test --runInBand --watchAll --coverage",
"test:ci": "dts test --coverage --maxWorkers=2 --testTimeout=20000 --bail --ci",
"test:ci": "dts test --coverage --maxWorkers=2 --testTimeout=30000 --bail --ci",
"lint": "dts lint src test",
"lint:fix": "dts lint src test --fix",
"debug:analyze": "yarn ts-node --skip-project scripts/debug-analyze.ts",
Expand Down

0 comments on commit 7b7b45c

Please sign in to comment.