Skip to content

Commit

Permalink
Further increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ninevra committed Feb 15, 2021
1 parent 15e226c commit a777048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ava.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default {
files: ['test/**', '!test/**/{fixtures,helpers}/**'],
ignoredByWatcher: ['{coverage,docs,media,test-d,test-tap}/**'],
timeout: "30s"
timeout: '1m'
};

0 comments on commit a777048

Please sign in to comment.