Skip to content

Commit

Permalink
increase lint timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
David Christofas committed Feb 22, 2022
1 parent 6863f68 commit 732f644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def lintStep():
"name": "lint",
"image": "registry.cern.ch/docker.io/golangci/golangci-lint:v1.42.1",
"commands": [
"golangci-lint run --timeout 2m0s",
"golangci-lint run --timeout 3m0s",
],
}

Expand Down

0 comments on commit 732f644

Please sign in to comment.