Skip to content

Commit

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

0 comments on commit 15e226c

Please sign in to comment.