Skip to content

Commit

Permalink
Increase timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Nov 6, 2024
1 parent c81037a commit 517c4e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
jobs:
docker:
name: Docker (${{ matrix.branch }})
timeout-minutes: 20
timeout-minutes: 30

strategy:
fail-fast: false
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:

targz:
name: TarGz (${{ matrix.branch }}, ${{ matrix.os }}, ${{ matrix.goroot }})
timeout-minutes: 20
timeout-minutes: 10

strategy:
fail-fast: false
Expand Down

0 comments on commit 517c4e0

Please sign in to comment.