Skip to content

Commit

Permalink
Bump timeout for Windows Go builds
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Sep 20, 2023
1 parent 948b1c5 commit bf9afb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ jobs:
name: AMD64 Windows 2019 Go ${{ matrix.go }}
runs-on: windows-2019
if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
timeout-minutes: 15
timeout-minutes: 25
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit bf9afb9

Please sign in to comment.