From 7469e20b4e79404097693ab83498106c94609166 Mon Sep 17 00:00:00 2001 From: Anthony Underwood Date: Sat, 25 Sep 2021 09:23:24 +0100 Subject: [PATCH] change max_time diretcive in the correct place --- conf/sanger.config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf/sanger.config b/conf/sanger.config index 5611762..1955ca9 100644 --- a/conf/sanger.config +++ b/conf/sanger.config @@ -17,7 +17,6 @@ process{ process.maxRetries = 5 withLabel:process_long { queue = 'long' - max_time = 48.h } } @@ -32,5 +31,5 @@ executor{ params { max_memory = 128.GB max_cpus = 64 - max_time = 12.h + max_time = 48.h }