From 20ac307a93528e61594e5eca455bbe635e1332a6 Mon Sep 17 00:00:00 2001 From: Alex Collins Date: Mon, 18 Oct 2021 11:28:13 -0700 Subject: [PATCH] ci: increase lint timeout from 6m ot 10m Signed-off-by: Alex Collins --- .github/workflows/ci-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 9cdf8d652ff7..c4d302e85706 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -171,7 +171,7 @@ jobs: name: Lint runs-on: ubuntu-20.04 needs: [ tests, codegen ] - timeout-minutes: 6 + timeout-minutes: 10 env: GOPATH: /home/runner/go steps: