Skip to content
Snippets Groups Projects
Commit a57f7e87 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Add 4hr time limit for all processes (biohpc.config)

parent 317e7050
Branches
Tags
2 merge requests!58Develop,!56Resolve "Detect error in inferMetadata for tracking"
Pipeline #8912 failed with stages
in 18 seconds
......@@ -6,6 +6,7 @@ process {
executor = 'slurm'
queue = 'super'
clusterOptions = '--hold'
time = '4hr'
errorStrategy = 'retry'
maxRetries = 1
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment