From 8d4784675e72e1880aa5bb9c817875891e670d41 Mon Sep 17 00:00:00 2001 From: Krisztian Litkey Date: Thu, 13 Jul 2023 17:14:17 +0300 Subject: [PATCH] .github: give more slack for build+tests. Increase timeout for build+run tests CI workflow job from 5 to 10 minutes. It regularly times out during github's busiest hours, typically either on windows or macos workers. Signed-off-by: Krisztian Litkey --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d91776a07..a3f8a9c9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: name: ${{ matrix.os }} / ${{ matrix.go }} runs-on: ${{ matrix.os }} - timeout-minutes: 5 + timeout-minutes: 10 steps: - uses: actions/setup-go@v3