Skip to content

Commit fdf5cfb

Browse files
committed
ci: Increase golangci-lint timeout
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]>
1 parent a85ee0f commit fdf5cfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,4 @@ jobs:
6666
with:
6767
# must be specified without patch version
6868
version: v1.55
69+
args: --timeout=5m

0 commit comments

Comments
 (0)