Skip to content

Commit

Permalink
chore: increase default test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jul 9, 2021
1 parent a99719c commit 60cb840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const defaults = {
target: ['node', 'browser', 'webworker'],
watch: false,
files: [],
timeout: 5000,
timeout: 300000,
grep: '',
bail: false,
progress: false,
Expand Down

0 comments on commit 60cb840

Please sign in to comment.