workflows/check-by-name: Set 10 minute timeout

Co-Authored-By: Cole Helbling <cole.e.helbling@outlook.com>
This commit is contained in:
Silvan Mosberger 2023-11-27 23:55:50 +01:00
parent d38a7343fe
commit 5e0644896d

View File

@ -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: