RedHatInsights / yggdrasil

GNU General Public License v3.0
21 stars 37 forks source link

fix(ci): golangci-lint timing out in large PRs #144

Closed DuckBoss closed 1 year ago

DuckBoss commented 1 year ago

golangci-lint CI actions are failing due to the lower default timeout (1m), and this commit updates the yaml to include a 3m timeout: --timeout=3m

This should resolve CI issues popping up in: https://github.com/RedHatInsights/yggdrasil/pull/116