From a6ed15567a475ce7be153d9deb5e43462916171c Mon Sep 17 00:00:00 2001 From: Nico Trummer Date: Thu, 17 Oct 2024 11:37:09 +0200 Subject: [PATCH] Align test resource limits with previous implementation --- tests/nextflow.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/nextflow.config b/tests/nextflow.config index b2d67a36..db3051a1 100644 --- a/tests/nextflow.config +++ b/tests/nextflow.config @@ -34,8 +34,8 @@ process { } resourceLimits = [ - cpus: 4, - memory: '10.GB', - time: '1.h' + cpus: 2, + memory: '6.GB', + time: '6.h' ] }