From c6691b91c2eeb14a5c8347bb709de5d2c80c9d17 Mon Sep 17 00:00:00 2001 From: Marko Date: Mon, 21 Dec 2020 08:30:28 -0800 Subject: [PATCH] ci: make timeout-minutes 8 for golangci (#5821) --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 2dec8f34c..00c878b47 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -11,7 +11,7 @@ jobs: golangci: name: golangci-lint runs-on: ubuntu-latest - timeout-minutes: 4 + timeout-minutes: 8 steps: - uses: actions/checkout@v2 - uses: technote-space/get-diff-action@v4