Skip to content

Commit

Permalink
[test] Increase timeout to 4000ms for screenshots (#24850)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Feb 10, 2021
1 parent 277c05d commit 106a342
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/regressions/.mocharc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
recursive: true,
timeout: (process.env.CIRCLECI === 'true' ? 4 : 2) * 1000, // Circle CI has low-performance CPUs.
reporter: 'dot',
require: [require.resolve('@babel/register')],
};

0 comments on commit 106a342

Please sign in to comment.