ci: set hook-timeout on CI#1113
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. 📢 Thoughts on this report? Let us know! |
CodSpeed Performance ReportMerging #1113 will not alter performanceComparing Summary
|
Web Explorer#1776 Bundle Size — 257.82KiB (0%).6ab0694(current) vs 9513bbf main#1766(baseline) Bundle metrics
Bundle analysis report Branch colinaaa:colin/0619/hook-timeout Project dashboard Generated by RelativeCI Documentation Report issue |
React Example#1787 Bundle Size — 232.61KiB (0%).6ab0694(current) vs 9513bbf main#1777(baseline) Bundle metrics
|
| Current #1787 |
Baseline #1777 |
|
|---|---|---|
0B |
0B |
|
0B |
0B |
|
0% |
0% |
|
0 |
0 |
|
4 |
4 |
|
143 |
143 |
|
55 |
55 |
|
45.68% |
45.68% |
|
2 |
2 |
|
0 |
0 |
Bundle size by type no changes
| Current #1787 |
Baseline #1777 |
|
|---|---|---|
145.76KiB |
145.76KiB |
|
86.86KiB |
86.86KiB |
Bundle analysis report Branch colinaaa:colin/0619/hook-timeout Project dashboard
Generated by RelativeCI Documentation Report issue
## Summary <!-- Can you explain the reasoning behind implementing this change? What problem or issue does this pull request resolve? --> The `beforeAll` hook of `tools/tailwind-preset/src/__tests__/config.test.ts` is failing all the time on Windows. I'm not sure why does setting `--hookTimeout` not working (#1113, ##1121). ``` FAIL tools/tailwind-preset src/__tests__/config.test.ts > Lynx Tailwind Preset Error: Hook timed out in 10000ms. If this is a long-running hook, pass a timeout value as the last argument or configure it globally with "hookTimeout". ``` <!-- It would be helpful if you could provide any relevant context, such as GitHub issues or related discussions. --> Also, the `__tests__` and `.js.map` are excluded from `package.json#files` to reduce package size. ## Checklist <!--- Check and mark with an "x" --> - [x] Tests updated (or not required). - [ ] Documentation updated (or not required).
Summary
Fix Windows CI failure. See: https://github.com/lynx-family/lynx-stack/actions/runs/15757466877/job/44416369201?pr=1111
close: m-6701643515
Checklist