Skip to content

Commit 606503f

Browse files
committed
chore: reduce default timeout
1 parent d240b86 commit 606503f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const defaults = {
1919
target: ['node', 'browser', 'webworker'],
2020
watch: false,
2121
files: [],
22-
timeout: 300000,
22+
timeout: 60000,
2323
grep: '',
2424
bail: false,
2525
progress: false,

0 commit comments

Comments
 (0)