Skip to content

Commit

Permalink
Bump githubci-lint timeout to avoid build failures (#7237)
Browse files Browse the repository at this point in the history
Currently particular runs of githubci-lint can take up to 15 minutes causing CI build failures
  • Loading branch information
dmitryax committed Jan 18, 2022
1 parent 72beec2 commit add40a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ run:
concurrency: 4

# timeout for analysis, e.g. 30s, 5m, default is 1m
timeout: 10m
timeout: 20m

# exit code when at least one issue was found, default is 1
issues-exit-code: 1
Expand Down

0 comments on commit add40a5

Please sign in to comment.