increate golangci-lint timeout to 30s
This commit is contained in:
+1
-1
@@ -65,7 +65,7 @@ def testing(ctx):
|
||||
'image': 'golangci/golangci-lint:latest',
|
||||
'pull': 'always',
|
||||
'commands': [
|
||||
'golangci-lint run',
|
||||
'golangci-lint run --timeout 30s',
|
||||
],
|
||||
'volumes': [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user