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:
@@ -1,2 +1,3 @@
|
|||||||
run:
|
run:
|
||||||
allow-parallel-runners: true
|
allow-parallel-runners: true
|
||||||
|
timeout: 5m
|
||||||
|
|||||||
Reference in New Issue
Block a user