From 035033162dcd6f08da5ad375b796d4e3828d8ef3 Mon Sep 17 00:00:00 2001 From: "James A. Fellows Yates" Date: Fri, 4 Dec 2020 12:23:54 +0100 Subject: [PATCH] Update test_stresstest_human.config --- conf/test_stresstest_human.config | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/test_stresstest_human.config b/conf/test_stresstest_human.config index 5b7989201..f61d1b64e 100644 --- a/conf/test_stresstest_human.config +++ b/conf/test_stresstest_human.config @@ -61,6 +61,7 @@ process { time = { check_max( 48.h * task.attempt, 'time' ) } } withName:'markduplicates'{ + errorStrategy = { task.exitStatus in [143,137,104,134,139] ? 'retry' : 'finish' } cpus = { check_max( 16, 'cpus' ) } memory = { check_max( 16.GB * task.attempt, 'memory' ) } time = { check_max( 48.h * task.attempt, 'time' ) }