Skip to content

Commit

Permalink
build: Reduce macOS job timeout to mitigate BlockingIOError
Browse files Browse the repository at this point in the history
This will mitigate the impact of mitogen-hq#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 mitogen-hq#1185
  • Loading branch information
moreati committed Dec 10, 2024
1 parent d033f7b commit 941da31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
macos:
# https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md
runs-on: macos-13
timeout-minutes: 120
timeout-minutes: 15

strategy:
fail-fast: false
Expand Down

0 comments on commit 941da31

Please sign in to comment.