diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 96781221cf1..99275e0eedf 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -45,7 +45,7 @@ jobs: name: AMD64 Debian 11 Go ${{ matrix.go }} runs-on: ubuntu-latest if: ${{ !contains(github.event.pull_request.title, 'WIP') }} - timeout-minutes: 30 + timeout-minutes: 60 strategy: fail-fast: false matrix: @@ -216,7 +216,7 @@ jobs: name: AMD64 macOS 11 Go ${{ matrix.go }} runs-on: macos-latest if: ${{ !contains(github.event.pull_request.title, 'WIP') }} - timeout-minutes: 30 + timeout-minutes: 60 strategy: fail-fast: false matrix: