From 1dd943f822d773231bc0dfd7d2cf1563383152c9 Mon Sep 17 00:00:00 2001 From: Parham Alvani Date: Tue, 24 Sep 2024 07:31:32 +0000 Subject: [PATCH] chore: increase golangci lint timeout --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 498ca5c..04e13df 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,7 +14,7 @@ jobs: go-version-file: "go.mod" - run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$(go env GOPATH)/bin" - run: curl -sSf 'https://atlasgo.sh?test=1' | env ATLAS_DEBUG=true sh - - run: just go-lint --timeout 10s + - run: just go-lint --timeout 10m - run: just atlas-lint test: