Commit 26d48db
committed
ci(qt): cap Qt WebEngine leak gate at timeout-minutes: 20
The leak harness wraps the run in `timeout 180`, but QtWebEngine spawns
Chromium zygote/helper child processes that survive when timeout SIGTERMs
only the immediate child. The orphans keep the xvfb-run pipe open, so the
job hangs to the 360-min runner default instead of finishing. A job-level
timeout-minutes makes the runner force-kill the whole process tree, so a
hung gate costs ~20 min, not hours. continue-on-error semantics are
unchanged (gate stays advisory during Qt bring-up).1 parent d0a23d5 commit 26d48db
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
305 | 310 | | |
306 | 311 | | |
307 | 312 | | |
| |||
0 commit comments