Skip to content

test: stabilize tester app compilation tests - #1442

Merged
dannyhw merged 2 commits into
mainfrom
fix/tester-app-ci-timeouts
Aug 22, 2026
Merged

test: stabilize tester app compilation tests#1442
dannyhw merged 2 commits into
mainfrom
fix/tester-app-ci-timeouts

Conversation

@dannyhw

@dannyhw dannyhw commented Aug 22, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • run tester-app test files sequentially to avoid concurrent webpack and Rspack compilation competing for runner CPU
  • retain the existing 60-second compilation-test timeouts
  • replace the touched unsafe TypeScript suppression with an expected-error directive

Why

The main test matrix and release workflows both timed out in the webpack iOS bundle test at exactly 60 seconds after the lazy-compilation integration test was added. The production bundle path is unaffected by lazy compilation. Instead, Vitest ran the new lazy-compilation file concurrently with the existing bundle and start test files, causing several full webpack and Rspack compilations to compete for runner CPU.

Serializing the tester-app files removes that contention without relaxing the timeout that detects unexpectedly slow compilation.

Failed runs:

Validation

@changeset-bot

changeset-bot Bot commented Aug 22, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 69cdec3

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel

vercel Bot commented Aug 22, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
repack-website Ready Ready Preview Aug 22, 2026 8:11pm

Request Review

@dannyhw
dannyhw merged commit b7a8611 into main Aug 22, 2026
15 checks passed
@dannyhw
dannyhw deleted the fix/tester-app-ci-timeouts branch August 22, 2026 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant