Skip to content

Commit

Permalink
ci: Bump up timeout
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%
  • Loading branch information
The-Compiler committed Jan 27, 2022
1 parent f064942 commit 7bffcd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -24,7 +24,7 @@ permissions: {}
jobs:
build:
runs-on: ${{ matrix.os }}
timeout-minutes: 30
timeout-minutes: 45
permissions:
contents: read

Expand Down

0 comments on commit 7bffcd0

Please sign in to comment.