From c3c49a07d5d59b101411591c583e2082974509ad Mon Sep 17 00:00:00 2001 From: Matt Topol Date: Mon, 12 Dec 2022 12:09:41 -0500 Subject: [PATCH] MINOR: [Go][CI] Increase workflow timeout due to benchmarking --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: