We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eb6dbb commit 1b0fb3dCopy full SHA for 1b0fb3d
1 file changed
.github/workflows/build.yml
@@ -60,7 +60,7 @@ jobs:
60
build:
61
name: Tests - ${{ matrix.title }}
62
runs-on: ${{ matrix.os-name }}
63
- timeout-minutes: 30
+ timeout-minutes: 60 # oh MacOS, why are you so slow?
64
needs:
65
- validate
66
0 commit comments