From acdd7c0a03d3d89eef2e04431879db18df87fe8c Mon Sep 17 00:00:00 2001 From: broken-circle <252359939+broken-circle@users.noreply.github.com> Date: Sat, 6 Jun 2026 08:50:35 -0700 Subject: [PATCH] Add a timeout to the `test_linux_kernel` job --- .github/workflows/pull_request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 57be1811..7ea6f0ce 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -61,6 +61,7 @@ jobs: test_linux_kernel: name: Test Linux Kernel / ${{ matrix.dist-kern }} runs-on: ubuntu-latest + timeout-minutes: 60 strategy: fail-fast: false matrix: