Commit f261f9f
ci(delta-sync): raise password-only fixture timeout 15m -> 25m
The fallback-fixture job uses an isolated rust-cache shared-key
(delta-sync-fallback) that is invalidated whenever Cargo.lock churns
(deps-bump PRs from Dependabot, scheduled batch bumps, Tauri
ecosystem upgrades). On a cold cache the workspace + Tauri + aeroftp
lib compile takes 18-22 minutes before the integration test binary
links, which exceeds the previous 15m ceiling and silently cancels
the run.
The sibling key-auth lane fits comfortably in 11 minutes with a warm
default cache, so it stays at 15m. 25m on the fallback lane gives
enough headroom for cold-start runs without parking PRs forever.
Affects #168 and #169 which were both stuck on this timeout.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 631900d commit f261f9f
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
138 | 143 | | |
139 | 144 | | |
140 | 145 | | |
| |||
0 commit comments