From 64c4baf2dddd44ec040cc072cfba3674d8ab7003 Mon Sep 17 00:00:00 2001 From: keenangraham Date: Thu, 7 May 2020 18:46:18 -0700 Subject: [PATCH] PIP-1162-update-test-runtime (#67) --- tests/functional/test_mixed.yml | 2 +- tests/functional/test_workflows.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/functional/test_mixed.yml b/tests/functional/test_mixed.yml index e11ea9e..591c675 100644 --- a/tests/functional/test_mixed.yml +++ b/tests/functional/test_mixed.yml @@ -195,7 +195,7 @@ - '{$4="."; $5=threshold; print;}' - "footprints.fps.0.01.bed" - "sort-bed" - - "--max-mem 2G" + - "--max-mem 6G" - "--merge" files: - path: "test-output/footprints.fps.0.01.bed" diff --git a/tests/functional/test_workflows.yml b/tests/functional/test_workflows.yml index a8c81b2..2280532 100644 --- a/tests/functional/test_workflows.yml +++ b/tests/functional/test_workflows.yml @@ -226,7 +226,7 @@ - '{$4="."; $5=threshold; print;}' - "footprints.fps.0.01.bed" - "sort-bed" - - "--max-mem 2G" + - "--max-mem 6G" - "--merge" files: - path: "test-output/footprints.fps.0.01.bed"