Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,11 @@ jobs:
qt-webengine:
name: Qt WebEngine leak gate
runs-on: ubuntu-24.04
# Hard ceiling: orphaned QtWebEngine/Chromium helper children survive
# the inner `timeout 180`, holding the xvfb pipe open and hanging the
# job to the 360-min runner default. Cap it so a hung leak gate is
# force-killed (with its whole process tree) in minutes, not hours.
timeout-minutes: 20
steps:
- uses: actions/checkout@v6

Expand Down
Loading