Skip to content

Commit 6cc4685

Browse files
committed
Build: CI: Add timeout-minutes to test job, hopefully preventing spurious cancellations
1 parent eb41c40 commit 6cc4685

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,7 @@ jobs:
591591
- build-macos-arm
592592
- build-macos-intel
593593
if: ${{ always() && true }} # Run even if some build jobs failed
594+
timeout-minutes: 60 # For each job run of the matrix
594595
defaults:
595596
run:
596597
shell: bash

0 commit comments

Comments
 (0)