Skip to content

fix(vite): widen vite ts-solution e2e build timeouts for cold multi-lib build#36093

Open
FrozenPandaz wants to merge 1 commit into
masterfrom
fix-vite-ts-solution-flake
Open

fix(vite): widen vite ts-solution e2e build timeouts for cold multi-lib build#36093
FrozenPandaz wants to merge 1 commit into
masterfrom
fix-vite-ts-solution-flake

Conversation

@FrozenPandaz

Copy link
Copy Markdown
Contributor

Current Behavior

e2e/vite/src/vite-ts-solution.test.ts ("should generate app and consume libraries with different bundlers") intermittently fails with Command timed out after 300s: build react-app....

The single build <app> cold-builds the app's six dependency libraries first (esbuild / rollup / swc / tsc / vite / none) and then the app, serially, in a freshly created TS-solution workspace. Each individual build is sub-second, but the serial total (plus first-run tsc project-reference build, bundler cold starts, and graph computation) can exceed the default 5-minute runCLI timeout under CI load. The command hit that 300s runCLI cap (separate from the test's own jest timeout).

Expected Behavior

The build and typecheck invocations get a 10-minute runCLI timeout, and the test's jest timeout is raised to 20 minutes to cover the seven generators + install + sync + build + typecheck end-to-end. CI load no longer tips the cold multi-library build over its budget.

Related Issue(s)

N/A — CI flake fix.


View session information ↗

@netlify

netlify Bot commented Jun 24, 2026

Copy link
Copy Markdown

Deploy Preview for nx-docs ready!

Name Link
🔨 Latest commit c21eb93
🔍 Latest deploy log https://app.netlify.com/projects/nx-docs/deploys/6a3b4507ab676c0007c27963
😎 Deploy Preview https://deploy-preview-36093--nx-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify

netlify Bot commented Jun 24, 2026

Copy link
Copy Markdown

Deploy Preview for nx-dev ready!

Name Link
🔨 Latest commit c21eb93
🔍 Latest deploy log https://app.netlify.com/projects/nx-dev/deploys/6a3b45076184f5000892b720
😎 Deploy Preview https://deploy-preview-36093--nx-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@nx-cloud

nx-cloud Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

View your CI Pipeline Execution ↗ for commit f1937be

Command Status Duration Result
nx affected --targets=lint,test,build,e2e,e2e-c... ✅ Succeeded 11m 20s View ↗
nx run-many -t check-imports check-lock-files c... ✅ Succeeded 5s View ↗
nx-cloud record -- pnpm nx-cloud conformance:check ✅ Succeeded 56s View ↗
nx build workspace-plugin ✅ Succeeded <1s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded 17s View ↗
nx-cloud record -- nx format:check ✅ Succeeded 4s View ↗

☁️ Nx Cloud last updated this comment at 2026-06-24 03:02:10 UTC

@FrozenPandaz FrozenPandaz force-pushed the fix-vite-ts-solution-flake branch from f1937be to 12b2079 Compare June 24, 2026 02:44
@FrozenPandaz FrozenPandaz force-pushed the fix-vite-ts-solution-flake branch from 12b2079 to c21eb93 Compare June 24, 2026 02:46
@FrozenPandaz FrozenPandaz marked this pull request as ready for review June 24, 2026 02:48
@FrozenPandaz FrozenPandaz requested a review from a team as a code owner June 24, 2026 02:48
@FrozenPandaz FrozenPandaz requested a review from MaxKless June 24, 2026 02:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant