Skip to content

Commit 785ff57

Browse files
committed
give high_constant jobs much longer expiration times
1 parent ba2a779 commit 785ff57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conf/base.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ process {
6060
withLabel:process_high_constant {
6161
cpus = { check_max( 128, 'cpus' ) }
6262
memory = { check_max( 128.GB, 'memory' ) }
63-
time = { check_max( 24.h, 'time' ) }
63+
time = { check_max( 240.h, 'time' ) }
6464
}
6565
withLabel:process_memory_high_constant {
6666
cpus = { check_max( 16, 'cpus' ) }
6767
memory = { check_max( 128.GB, 'memory' ) }
68-
time = { check_max( 24.h, 'time' ) }
68+
time = { check_max( 240.h, 'time' ) }
6969
}
7070
}

0 commit comments

Comments
 (0)