Commit 88b9a04
fix: improve test stability for CI environments
- Add 30s timeout for CI test execution
- Reduce concurrency to 1 in CI to avoid race conditions
- Use process forks for better test isolation
- Add retry mechanism (2 retries) for flaky tests in CI
- Enable heap usage logging for CI debugging
These changes should resolve intermittent test failures in CI environments.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 07fc74a commit 88b9a04
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
33 | 39 | | |
34 | 40 | | |
0 commit comments