From acb6e8cbcae7e2b3c894c8a160088655f8b26642 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Mon, 5 Jun 2023 13:02:30 +0300 Subject: [PATCH] [#127] Increase golangci-lint timeout For slow actions runners. Signed-off-by: Alex Vanin --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 67f93e7..a271450 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -4,7 +4,7 @@ # options for analysis running run: # timeout for analysis, e.g. 30s, 5m, default is 1m - timeout: 5m + timeout: 15m # include test files or not, default is true tests: true