Skip to content

Commit

Permalink
keep default in local dev
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
  • Loading branch information
oliviertassinari and eps1lon committed Jan 11, 2021
1 parent 3ecbbbc commit c501163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mocharc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
'docs/.next/**',
],
recursive: true,
timeout: (process.env.CIRCLECI === 'true' ? 3 : 1) * 1000, // Circle CI has low-performance CPUs.
timeout: (process.env.CIRCLECI === 'true' ? 3 : 2) * 1000, // Circle CI has low-performance CPUs.
reporter: 'dot',
require: [require.resolve('./test/utils/setupBabel'), require.resolve('./test/utils/setupJSDOM')],
'watch-ignore': [
Expand Down

0 comments on commit c501163

Please sign in to comment.