From 73827d2ea9a1275d2351b80fc357896793e7c9c6 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Tue, 17 Jan 2023 17:21:03 -0700 Subject: [PATCH] CI: give x86_64-linux-debug a little more time --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3b47c60dfd..a0ff406dec 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,6 +10,7 @@ concurrency: cancel-in-progress: true jobs: x86_64-linux-debug: + timeout-minutes: 420 runs-on: [self-hosted, Linux, x86_64] steps: - name: Checkout