Skip to content

fix(test): give the SEA binary e2e test its own startup budget - #29

Merged
Mearman merged 1 commit into
mainfrom
fix/e2e-sea-startup-timeout
Sep 13, 2026
Merged

Mearman merged 1 commit into
mainfrom
fix/e2e-sea-startup-timeout

Conversation

@Mearman

@Mearman Mearman commented Sep 13, 2026

Copy link
Copy Markdown
Member

sea (macos-26-intel) failed on the latest release: macos-26-intel is the first CI run ever to actually reach this check (every earlier attempt queued forever against the since-retired macos-13 label), and the packaged binary took longer than REAL_PROCESS_SPAWN_TEST_TIMEOUT_MS's 20s to start there. Loading and JIT-compiling one large single-file bundle with every dependency inlined is a heavier cold start than a plain CcPeer.create(), which that constant was sized for. Gives the e2e test its own SEA_BINARY_STARTUP_TIMEOUT_MS (60s) instead.

macos-26-intel is the first CI run ever to actually reach this check
— every earlier attempt queued forever against the since-retired
macos-13 label — and it exceeded REAL_PROCESS_SPAWN_TEST_TIMEOUT_MS's
20s here. Loading and JIT-compiling one large single-file bundle with
every dependency inlined is a heavier cold start than a plain
CcPeer.create(), which that constant was sized for. Gives this test
its own SEA_BINARY_STARTUP_TIMEOUT_MS instead of reusing a budget
sized for a different, lighter kind of subprocess spawn.
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 13, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
🔒 Security Review Completed 2026-09-13T13:38:46.083200Z 1b6dc13 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@Mearman
Mearman merged commit 71233f9 into main Sep 13, 2026
8 checks passed
@Mearman
Mearman deleted the fix/e2e-sea-startup-timeout branch September 13, 2026 13:42
@exaclaude

exaclaude Bot commented Sep 13, 2026

Copy link
Copy Markdown

🎉 This PR is included in version 1.2.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

@exaclaude exaclaude Bot added the released label Sep 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant