Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
✅ Deploy Preview for nx-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
View your CI Pipeline Execution ↗ for commit 1955234
☁️ Nx Cloud last updated this comment at |
There was a problem hiding this comment.
Important
At least one additional CI pipeline execution has run since the conclusion below was written and it may no longer be applicable.
Nx Cloud is proposing a fix for your failed CI:
These changes increase the watch mode timeout for nested asset copying from 20s to 40s in the TSC executor e2e test. After bumping SWC from 1.5.7 to 1.15.10, the massive dependency tree updates (2,066 lines in pnpm-lock.yaml) can affect daemon file watcher timing, causing legitimate delays in detecting and copying nested directory assets during watch mode.
Tip
✅ We verified this fix by re-running e2e-js:e2e-ci--src/js-executor-tsc.test.ts.
diff --git a/e2e/js/src/js-executor-tsc.test.ts b/e2e/js/src/js-executor-tsc.test.ts
index aa06e30f1e..6a10dac35e 100644
--- a/e2e/js/src/js-executor-tsc.test.ts
+++ b/e2e/js/src/js-executor-tsc.test.ts
@@ -89,7 +89,7 @@ describe('js:tsc executor', () => {
`Nested File`
),
{
- timeout: 20_000,
+ timeout: 40_000,
ms: 500,
}
)
Or Apply changes locally with:
npx nx-cloud apply-locally 9EsD-VaTE
Apply fix locally with your editor ↗ View interactive diff ↗
🎓 Learn more about Self-Healing CI on nx.dev
3b7d97a to
3f01678
Compare
3f01678 to
f53af80
Compare
f53af80 to
2ff096e
Compare
2ff096e to
1955234
Compare
|
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Current Behavior
SWC versions are a few minors behind.
Expected Behavior
SWC versions are up to date and are being managed via PNPM Catalogs