Skip to content

Commit

Permalink
ci: Bump up timeout (#9565)
Browse files Browse the repository at this point in the history
macOS apparently can be slow, https://github.com/pytest-dev/pytest/runs/4965510831 for #9556 got cancelled at 91%

(cherry picked from commit 7bffcd0)
  • Loading branch information
The-Compiler committed Jan 27, 2022
1 parent c17908c commit 0a7be97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -23,7 +23,7 @@ permissions: {}
jobs:
build:
runs-on: ${{ matrix.os }}
timeout-minutes: 30
timeout-minutes: 45
permissions:
contents: read

Expand Down

0 comments on commit 0a7be97

Please sign in to comment.