ci: Bump up timeout
macOS apparently can be slow, https://github.com/pytest-dev/pytest/runs/4965510831 for #9556 got cancelled at 91%
(cherry picked from commit 7bffcd0ac4
)
This commit is contained in:
parent
4b1707ff70
commit
a6a9444117
|
@ -23,7 +23,7 @@ permissions: {}
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
timeout-minutes: 30
|
timeout-minutes: 45
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue