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 3b72008300..bad98e1f71 100644 --- a/packages/metro-file-map/src/watchers/__tests__/integration-test.js +++ b/packages/metro-file-map/src/watchers/__tests__/integration-test.js @@ -268,7 +268,7 @@ describe.each(Object.keys(WATCHERS))( ); }, // We see occasional failures in CI with default 5s timeout. - 30000, + 45000, ); }, );