From 0315ae9a63ad4d952c0904321ef57b1967b7c4d6 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Thu, 26 Jan 2023 16:42:32 +0100 Subject: [PATCH] ci: increase golangci-lint timeout increase the golangci-lint timeout to higher value. Signed-off-by: Madhu Rajanna --- .github/workflows/golangci-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golangci-lint.yaml b/.github/workflows/golangci-lint.yaml index 3e0c60cb..c2dc4f5d 100644 --- a/.github/workflows/golangci-lint.yaml +++ b/.github/workflows/golangci-lint.yaml @@ -39,7 +39,7 @@ jobs: # # The weird NO_FUTURE thing is a workaround suggested here: # https://github.com/golangci/golangci-lint-action/issues/119#issuecomment-981090648 - args: "--out-${NO_FUTURE}format=colored-line-number" + args: "--timeout=5m --out-${NO_FUTURE}format=colored-line-number" # Optional: show only new issues if it's a pull request. # The default value is `false`.