Skip to content

Commit 941da31

Browse files
committed
build: Reduce macOS job timeout to mitigate BlockingIOError
This will mitigate the impact of #1185 a little, which causes the job to continue running without making progress, until it hits this timeout. Successful jobs are typically completing in 8 - 12 minutes. refs #1185
1 parent d033f7b commit 941da31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
macos:
163163
# https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md
164164
runs-on: macos-13
165-
timeout-minutes: 120
165+
timeout-minutes: 15
166166

167167
strategy:
168168
fail-fast: false

0 commit comments

Comments
 (0)