diff --git a/packages/metro-file-map/src/watchers/__tests__/integration-test.js b/packages/metro-file-map/src/watchers/__tests__/integration-test.js index 3c6cf4751f..3b72008300 100644 --- a/packages/metro-file-map/src/watchers/__tests__/integration-test.js +++ b/packages/metro-file-map/src/watchers/__tests__/integration-test.js @@ -267,6 +267,8 @@ describe.each(Object.keys(WATCHERS))( {rejectUnexpected: true}, ); }, + // We see occasional failures in CI with default 5s timeout. + 30000, ); }, );