feat(golangci): increase timeout for parallel runners to 5m

Sets the timeout for parallel runners in the golangci configuration to 
5 minutes to improve the efficiency of running multiple tasks without 
exceeding time limits.
This commit is contained in:
2024-12-28 18:26:04 +01:00
parent 193e39409d
commit d3b4ed7572
+1
View File
@@ -1,2 +1,3 @@
run:
allow-parallel-runners: true
timeout: 5m