The infra repo's CI runner took 83.30s for 3085 tests (vs 4.62s local = 18x slower). The previous CI_SCALE_FACTOR of 4 gave a 72s budget (18*4), which was insufficient.
Solution
Increase CI_SCALE_FACTOR default from 4 to 6, giving a 108s budget for the infra repo's --max-seconds 18 setting. This provides adequate headroom for the slowest CI runners.
Closes DEVX-147
## Problem
The infra repo's CI runner took 83.30s for 3085 tests (vs 4.62s local = 18x slower). The previous CI_SCALE_FACTOR of 4 gave a 72s budget (18*4), which was insufficient.
## Solution
Increase CI_SCALE_FACTOR default from 4 to 6, giving a 108s budget for the infra repo's `--max-seconds 18` setting. This provides adequate headroom for the slowest CI runners.
Closes DEVX-147
The infra repo's CI runner took 83.30s for 3085 tests (vs 4.62s
local = 18x slower). The previous factor of 4 gave 72s budget
(18*4), which was insufficient. Factor 6 gives 108s budget,
providing adequate headroom for the slowest CI runners.
Generated with [Devin](https://devin.ai)
Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Documentation: WARNING — source files changed but no docs updated
Tests: WARNING — source files changed but no test files updated
Commit conventions: OK
No issues found by automated checks.
Auto-merge: If all CI checks pass, this PR will be merged automatically.
## Automated PR Review
- Architecture compliance: OK
- Best practices: OK
- Security: OK
- i18n: OK
- Resource management: OK
- Documentation: WARNING — source files changed but no docs updated
- Tests: WARNING — source files changed but no test files updated
- Commit conventions: OK
No issues found by automated checks.
---
**Auto-merge:** If all CI checks pass, this PR will be merged automatically.
emil
approved these changes 2026-08-03 21:51:41 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Problem
The infra repo's CI runner took 83.30s for 3085 tests (vs 4.62s local = 18x slower). The previous CI_SCALE_FACTOR of 4 gave a 72s budget (18*4), which was insufficient.
Solution
Increase CI_SCALE_FACTOR default from 4 to 6, giving a 108s budget for the infra repo's
--max-seconds 18setting. This provides adequate headroom for the slowest CI runners.Closes DEVX-147
Automated PR Review
No issues found by automated checks.
Auto-merge: If all CI checks pass, this PR will be merged automatically.
Auto-approved: all CI checks passed (validate job).