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 pytest-dev#9556 got cancelled at 91%

(cherry picked from commit 7bffcd0)
  • Loading branch information
The-Compiler committed Jan 27, 2022
1 parent 4b1707f commit a6a9444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
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 a6a9444

Please sign in to comment.