Commit a324c8b
committed
fix: restore CAS lck retry to 3x with 60s timeouts
A prior 'docs: update readme' commit (e3c2bde) silently regressed the
CAS-lck extraction loop — reduced attempts from 3 to 2, timeouts from
60s to 15s/10s, and dropped the per-retry print. That undid the fix
in dae2514 and caused 'Failed to extract lck from CAS redirect chain'
on every Actions run. Restoring the original retry shape and bumping
the inter-attempt sleep to 3s. The /login early-exit (skipping the
heavy login page when WebVPN bounces us back) is kept — it just makes
the failed inner pass exit faster so the next outer attempt can run.1 parent bc3e40f commit a324c8b
1 file changed
Lines changed: 13 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
203 | | - | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
204 | 207 | | |
205 | 208 | | |
206 | | - | |
| 209 | + | |
207 | 210 | | |
208 | | - | |
209 | | - | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
210 | 214 | | |
211 | 215 | | |
212 | 216 | | |
213 | 217 | | |
214 | | - | |
215 | | - | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
216 | 221 | | |
217 | 222 | | |
218 | 223 | | |
| |||
222 | 227 | | |
223 | 228 | | |
224 | 229 | | |
225 | | - | |
| 230 | + | |
226 | 231 | | |
227 | 232 | | |
228 | 233 | | |
| |||
0 commit comments