chore(golangci): increase timeout to 5 minutes

Set the timeout for golangci-lint to 5 minutes to allow for 
longer linting processes, improving the reliability of the 
linting checks in larger projects.
This commit is contained in:
2024-12-28 17:15:31 +01:00
parent 0ce7075a7d
commit 35f0106ca5
+1
View File
@@ -1,2 +1,3 @@
run:
allow-parallel-runners: true
timeout: 5m