Skip to content

Commit

Permalink
test(ava): bump timeout to 60s
Browse files Browse the repository at this point in the history
Seems like CI on macOS has some issues with shorter timeouts.
  • Loading branch information
Comandeer committed Jul 29, 2023
1 parent ac2e4ca commit 409ad32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ava.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const config = {
},
// https://github.com/avajs/ava/issues/2947
workerThreads: false,
timeout: '30s',
timeout: '60s',
files: [
'tests/**/*.{js,ts}',
'!tests/**/{__fixtures__,__helpers__}/**'
Expand Down

0 comments on commit 409ad32

Please sign in to comment.