From 9b3d07928d525c811cb05d0d737126a3192d6fde Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Thu, 4 Apr 2024 10:59:23 +0200 Subject: [PATCH] ci: increase timeout for golangci-lint As updated to the latest release more tests are added we need to increase the timeout to avoid issues. Signed-off-by: Madhu Rajanna --- scripts/golangci.yml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/golangci.yml.in b/scripts/golangci.yml.in index df1129d3b..d1f4767bf 100644 --- a/scripts/golangci.yml.in +++ b/scripts/golangci.yml.in @@ -12,7 +12,7 @@ run: concurrency: 4 # timeout for analysis, e.g. 30s, 5m, default is 1m - deadline: 10m + deadline: 20m # exit code when at least one issue was found, default is 1 issues-exit-code: 1