Skip to content

Commit

Permalink
Extend timeout for golangci
Browse files Browse the repository at this point in the history
  • Loading branch information
rossjones committed Jan 23, 2024
1 parent f10a384 commit 9b9042c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitprecommit/golangci-lint.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

golangci-lint run --allow-parallel-runners --fix
golangci-lint run --allow-parallel-runners --timeout 10m --fix

0 comments on commit 9b9042c

Please sign in to comment.