From c9e301343eaf1ca3ab00daa002e0c83f5c064b91 Mon Sep 17 00:00:00 2001
From: Joe Ramsay <joseph.ramsay@stfc.ac.uk>
Date: Mon, 22 Jan 2018 15:27:24 +0000
Subject: [PATCH] Re #21598 Increase tolerance again

---
 Testing/SystemTests/tests/analysis/ISIS_PowderPolarisTest.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Testing/SystemTests/tests/analysis/ISIS_PowderPolarisTest.py b/Testing/SystemTests/tests/analysis/ISIS_PowderPolarisTest.py
index 01f7ae67930..8d7dcf00e2a 100644
--- a/Testing/SystemTests/tests/analysis/ISIS_PowderPolarisTest.py
+++ b/Testing/SystemTests/tests/analysis/ISIS_PowderPolarisTest.py
@@ -72,7 +72,7 @@ class FocusTest(stresstesting.MantidStressTest):
 
     focus_results = None
     existing_config = config['datasearch.directories']
-    tolerance = 1e-13
+    tolerance = 1e-11
 
     def requiredFiles(self):
         return _gen_required_files()
-- 
GitLab