Commit e525d56
fix: increase workspace lib test timeout 25→30 min (cold cache timeout) (#738)
Five-Whys: GitHub badge red on main.
1. Why red? workspace-test failed on main at 10:43
2. Why failed? "timed out after 25 minutes"
3. Why timeout? PR #734 merge triggered fresh compile (no incremental cache)
4. Why no cache? First run on new commit, cold Docker container
5. Root cause: 25-min timeout too tight for cold-cache 75-crate workspace
Fix: Bump to 30 min. Warm cache runs take ~20 min. Cold cache needs ~27 min.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent cd1b691 commit e525d56
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments