Skip to content

Commit 1b0fb3d

Browse files
authored
Increase build timeout for excruciatingly slow MacOS runners in build.yml
MacOS x86_64 runners are hosted on a toaster, it would appear.
1 parent 6eb6dbb commit 1b0fb3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
build:
6161
name: Tests - ${{ matrix.title }}
6262
runs-on: ${{ matrix.os-name }}
63-
timeout-minutes: 30
63+
timeout-minutes: 60 # oh MacOS, why are you so slow?
6464
needs:
6565
- validate
6666

0 commit comments

Comments
 (0)