Skip to content

Commit 17b1c6c

Browse files
workflows/check: allow more time for check cherry picks job
This currently times out after 3 minutes. Give it a bit more time. 10 minutes might be excessive, but we only really want to guard against a stuck job taking 6 hours.
1 parent e9cf094 commit 17b1c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
permissions:
3939
pull-requests: write
4040
runs-on: ubuntu-24.04-arm
41-
timeout-minutes: 3
41+
timeout-minutes: 10
4242
steps:
4343
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4444
with:

0 commit comments

Comments
 (0)