d3b4ed7572
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.
4 lines
50 B
YAML
4 lines
50 B
YAML
run:
|
|
allow-parallel-runners: true
|
|
timeout: 5m
|