Skip to content

Commit

Permalink
ci: Increase golangci-lint timeout
Browse files Browse the repository at this point in the history
Windows lint job fails with the following error messages:

> level=error msg="Running error: context loading failed: failed to load packages: timed out to load packages: context deadline exceeded"
> level=error msg="Timeout exceeded: try increasing it by passing --timeout option"

Signed-off-by: Albin Kerouanton <[email protected]>
  • Loading branch information
akerouanton committed Oct 30, 2023
1 parent a85ee0f commit fdf5cfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,4 @@ jobs:
with:
# must be specified without patch version
version: v1.55
args: --timeout=5m

0 comments on commit fdf5cfb

Please sign in to comment.