Section 03: CI cross-platform timeout
Status: Complete Goal: The CI workflow allows the Windows job enough wall-clock time to finish under normal load while still failing real deadlocks or hangs.
Context: The plan tracked a cross-platform timeout issue alongside the two macOS AOT failures. That workflow adjustment was already applied in .github/workflows/ci.yml, and the current review did not uncover any follow-up defects in this section.
Depends on: None.
03.1 Timeout increase
File(s): .github/workflows/ci.yml
The workflow timeout increase from 10 to 30 minutes is already landed for the affected CI job.
- Increase the relevant CI timeout to
30minutes. - Keep the change scoped to workflow configuration.
03.R Third Party Review Findings
- None.
03.N Completion Checklist
-
.github/workflows/ci.ymlreflects the30minute timeout. - This section has no open third-party review findings.
Exit Criteria: The workflow timeout update is present in the repository and there are no outstanding review findings against this section.