Skip to content

Commit

Permalink
increase golangci-lint timout
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmeranda committed Mar 2, 2025
1 parent 1185304 commit f985d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/validate
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ if ! command -v golangci-lint; then
fi

echo Running: golangci-lint
golangci-lint run
golangci-lint run --timoeut 10m0s

0 comments on commit f985d62

Please sign in to comment.