@samitouri / QOS-React / commits / 38d961f8ff

[compiler:publish] Bump time to reconsider to 3s

ghstack-source-id: afc8976a8956db79ed824f30cf575d3f5cf93cfe Pull Request resolved: https://github.com/facebook/react/pull/29150

Lauren Tan committed May 17, 2024 at 14:55 UTC 38d961f8ff94f1290953e07e255ef82f00e7b509
1 file changed +1 -1
compiler/scripts/release/publish-manual.js
+1 -1
@@ -11,7 +11,7 @@ const PUBLISHABLE_PACKAGES = [
11 "eslint-plugin-react-compiler",
12 "react-compiler-healthcheck",
13 ];
14 -const TIME_TO_RECONSIDER = 1_000;
14 +const TIME_TO_RECONSIDER = 3_000;
15
16 function _spawn(command, args, options, cb) {
17 const child = cp.spawn(command, args, options);