The GitHub Actions job "Benchmarks" on texera.git/fix/frontend-vitest-timeouts 
has failed.
Run started by GitHub user aglinxinyuan (triggered by aglinxinyuan).

Head commit for run:
2e6870329c9b595f3484717bfa939675170858c6 / Xinyuan Lin <[email protected]>
fix(test, frontend): size the job cap from observed run times

The justification for `timeout-minutes: 30` cited the "Install dependency"
step's own 20-minute budget as though it were an observed duration. It
isn't: install measures 37s / 49s / 74s on ubuntu / macOS / windows. The
conclusion did not follow either -- had install actually approached 20,
the remaining steps still need 8-9.5 minutes, putting the job at 28-29.5
against the cap, which is the opposite of the absorption the sentence
claimed.

Size it from the legs instead. From this PR's run 31869822969:

| Leg | Job | Install | Rest |
| --- | --- | --- | --- |
| ubuntu-latest | 8.6 min | 37s | 8.0 min |
| macos-latest | 10.0 min | 49s | 9.2 min |
| windows-latest | 10.7 min | 74s | 9.5 min |

The value stays at 30 -- ~3x the slowest leg, ~19 minutes of slack.

Report URL: https://github.com/apache/texera/actions/runs/31987341754

With regards,
GitHub Actions via GitBox

Reply via email to