diff --git a/mocha-config/puppeteer-unit-tests.js b/mocha-config/puppeteer-unit-tests.js index c33052c436bb2..01dcd44e25fea 100644 --- a/mocha-config/puppeteer-unit-tests.js +++ b/mocha-config/puppeteer-unit-tests.js @@ -20,5 +20,7 @@ module.exports = { ...base, file: ['./test/mocha-utils.js'], spec: 'test/*.spec.js', + // retry twice more, so we run each test up to 3 times if needed. + retries: 2, timeout: 25 * 1000, };