From 173ab297bedb84bc7f6e4493afce32ae5d09d862 Mon Sep 17 00:00:00 2001 From: Mathias Fredriksson Date: Mon, 25 Jul 2022 20:10:53 +0300 Subject: [PATCH] chore: Increase style/gen CI test timeout (#3187) --- .github/workflows/coder.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coder.yaml b/.github/workflows/coder.yaml index 0f86b85212..624f36cd74 100644 --- a/.github/workflows/coder.yaml +++ b/.github/workflows/coder.yaml @@ -148,7 +148,7 @@ jobs: gen: name: "style/gen" - timeout-minutes: 5 + timeout-minutes: 8 runs-on: ubuntu-latest needs: changes if: needs.changes.outputs.docs-only == 'false'