From f7e3b8260ceeb6739093aec6f12d86b99cf7f799 Mon Sep 17 00:00:00 2001 From: Kevin Menden Date: Fri, 16 Apr 2021 14:08:03 +0200 Subject: [PATCH] change process.time for tests to 2h (#452) --- tests/config/nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/config/nextflow.config b/tests/config/nextflow.config index 83f9506e..6b01739f 100644 --- a/tests/config/nextflow.config +++ b/tests/config/nextflow.config @@ -8,7 +8,7 @@ params { process { cpus = 2 memory = 3.GB - time = 48.h + time = 2.h } if ("$PROFILE" == "singularity") {