From 5e0644896dce54c876df00c69fc824e3614fe61c Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Mon, 27 Nov 2023 23:55:50 +0100 Subject: [PATCH] workflows/check-by-name: Set 10 minute timeout Co-Authored-By: Cole Helbling --- .github/workflows/check-by-name.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/check-by-name.yml b/.github/workflows/check-by-name.yml index cc9b51b13874..087ee5714590 100644 --- a/.github/workflows/check-by-name.yml +++ b/.github/workflows/check-by-name.yml @@ -16,6 +16,9 @@ jobs: # This is x86_64-linux, for which the tool is always prebuilt on the nixos-* channels, # as specified in nixos/release-combined.nix runs-on: ubuntu-latest + # This should take 1 minute at most, but let's be generous. + # The default of 6 hours is definitely too long + timeout-minutes: 10 steps: - name: Resolving the merge commit env: