We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd8f2e3 + 26d48db commit 633e76bCopy full SHA for 633e76b
1 file changed
.github/workflows/build.yml
@@ -302,6 +302,11 @@ jobs:
302
qt-webengine:
303
name: Qt WebEngine leak gate
304
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
310
steps:
311
- uses: actions/checkout@v6
312
0 commit comments