Skip to content

Commit

Permalink
Limit our test concurrency on Windows?
Browse files Browse the repository at this point in the history
  • Loading branch information
novemberborn committed May 17, 2020
1 parent b627cde commit 8ff98cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ava.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ if (process.versions.node < '12.16.0') {
}

export default {
concurrency: process.platform === 'win32' ? 1 : 0,
files: ['test/**', '!test/**/{fixtures,helpers}/**', ...skipTests],
ignoredByWatcher: ['{coverage,docs,media,test-d,test-tap}/**'],
timeout: '30s'
Expand Down

0 comments on commit 8ff98cc

Please sign in to comment.