Skip to content

Commit 633e76b

Browse files
authored
Merge pull request #170 from frstrtr/ci-steward/qt-leak-gate-timeout
ci(qt): cap Qt WebEngine leak gate with timeout-minutes: 20
2 parents fd8f2e3 + 26d48db commit 633e76b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,11 @@ jobs:
302302
qt-webengine:
303303
name: Qt WebEngine leak gate
304304
runs-on: ubuntu-24.04
305+
# Hard ceiling: orphaned QtWebEngine/Chromium helper children survive
306+
# the inner `timeout 180`, holding the xvfb pipe open and hanging the
307+
# job to the 360-min runner default. Cap it so a hung leak gate is
308+
# force-killed (with its whole process tree) in minutes, not hours.
309+
timeout-minutes: 20
305310
steps:
306311
- uses: actions/checkout@v6
307312

0 commit comments

Comments
 (0)