From ae8f49b794d49be68a7c1304228c23154568e8a7 Mon Sep 17 00:00:00 2001 From: "A.Unger" Date: Tue, 2 Jun 2020 11:38:02 +0200 Subject: [PATCH] increate golangci-lint timeout to 30s --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index b2177dd03..dfd94a89f 100644 --- a/.drone.star +++ b/.drone.star @@ -65,7 +65,7 @@ def testing(ctx): 'image': 'golangci/golangci-lint:latest', 'pull': 'always', 'commands': [ - 'golangci-lint run', + 'golangci-lint run --timeout 30s', ], 'volumes': [ {