Skip to content

Commit

Permalink
Try retries
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcompiles committed Apr 26, 2024
1 parent ab749c5 commit 3e6a58d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/core/integration-tests/.mocharc.json
Expand Up @@ -2,5 +2,7 @@
"require": ["@parcel/babel-register", "@parcel/test-utils/src/mochaSetup.js"],
"timeout": 50000,
// TODO: Remove this when https://github.com/nodejs/node/pull/28788 is resolved
"exit": true
"exit": true,
// This helps reduce CI flakiness of the Mac OS test run
"retries": 2
}

0 comments on commit 3e6a58d

Please sign in to comment.