diff --git a/tests/config/nf-test.config b/tests/config/nf-test.config index 7f5f0082766..190516a7394 100644 --- a/tests/config/nf-test.config +++ b/tests/config/nf-test.config @@ -6,11 +6,9 @@ params { } process { - resourceLimits = [ - cpus: 2, - memory: '4.GB', - time: '1.h' - ] + cpus = 2 + memory = '4.GB' + time = '2.h' } profiles {