mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-23 23:31:11 +00:00
* fix(ci): bound all openclaw-npm-release git fetch operations with timeout Wrap all six git fetch commands with a 120-second deadline and 10-second termination grace period, matching the pattern established in #108940. Fixes #109176 * test(ci): cover npm release fetch deadlines Co-authored-by: wanyongstar <wan.yong@xydigit.com> * ci: raise Control UI startup budget Unblock exact-head builds after the compressed startup bundle reached the previous 370 KiB ratchet. * ci: drop superseded Control UI budget bump Current main now carries the smaller 340 KiB startup ratchet from #110528, so remove the temporary 372 KiB adjustment while keeping the PR head conflict-free. --------- Co-authored-by: Peter Steinberger <steipete@gmail.com>