Skip to content

Commit 8b07119

Browse files
committed
increase long to 48h
1 parent d2a3244 commit 8b07119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ process {
121121
time = { check_max( 16.h * task.attempt, 'time' ) }
122122
}
123123
withLabel:process_long {
124-
time = { check_max( 20.h * task.attempt, 'time' ) }
124+
time = { check_max( 48.h * task.attempt, 'time' ) }
125125
}
126126
withLabel:process_high_memory {
127127
memory = { check_max( 200.GB * task.attempt, 'memory' ) }

0 commit comments

Comments
 (0)