diff --git a/compiler/scripts/release/publish-manual.js b/compiler/scripts/release/publish-manual.js index 558d6acf58a..dd2261521c5 100644 --- a/compiler/scripts/release/publish-manual.js +++ b/compiler/scripts/release/publish-manual.js @@ -11,7 +11,7 @@ const PUBLISHABLE_PACKAGES = [ "eslint-plugin-react-compiler", "react-compiler-healthcheck", ]; -const TIME_TO_RECONSIDER = 1_000; +const TIME_TO_RECONSIDER = 3_000; function _spawn(command, args, options, cb) { const child = cp.spawn(command, args, options);