Skip to content

Commit

Permalink
Increased the number of retries
Browse files Browse the repository at this point in the history
  • Loading branch information
muffato committed Nov 29, 2023
1 parent 3978e53 commit 17ff3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/base.config
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def log_increase_cpus(start, step, value, base) {
process {

errorStrategy = { task.exitStatus in ((130..145) + 104) ? 'retry' : 'finish' }
maxRetries = 3
maxRetries = 5
maxErrors = '-1'

// In this configuration file, we give little resources by default and
Expand Down

0 comments on commit 17ff3ea

Please sign in to comment.