From 0400488b7d80e690e0f84a5eb65f800d5a4a6c7c Mon Sep 17 00:00:00 2001 From: Martyn Gigg <martyn.gigg@stfc.ac.uk> Date: Wed, 2 Oct 2019 08:54:02 +0100 Subject: [PATCH] Update ISIS_WISHSingleCrystalReduction.py --- .../tests/analysis/ISIS_WISHSingleCrystalReduction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Testing/SystemTests/tests/analysis/ISIS_WISHSingleCrystalReduction.py b/Testing/SystemTests/tests/analysis/ISIS_WISHSingleCrystalReduction.py index 53ae046ce81..586c46972b2 100644 --- a/Testing/SystemTests/tests/analysis/ISIS_WISHSingleCrystalReduction.py +++ b/Testing/SystemTests/tests/analysis/ISIS_WISHSingleCrystalReduction.py @@ -29,7 +29,7 @@ class WISHSingleCrystalPeakPredictionTest(MantidSystemTest): def requiredMemoryMB(self): # Need lots of memory for full WISH dataset - return 16000 + return 24000 def cleanup(self): try: -- GitLab