From 19fb6eaddaaddb369b8d917dba3234f85d5e4fe6 Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de>
Date: Wed, 10 Nov 2021 10:04:53 +0100
Subject: [PATCH] further increase absurd tolerance for MC based tests

---
 Tests/Examples/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Tests/Examples/CMakeLists.txt b/Tests/Examples/CMakeLists.txt
index 660f8fdb37c..ca1500c6ea5 100644
--- a/Tests/Examples/CMakeLists.txt
+++ b/Tests/Examples/CMakeLists.txt
@@ -112,8 +112,8 @@ test_example(varia/OffSpecularSimulation 2e-10)
 
 test_example(varia/AxesInDifferentUnits 2e-10)
 test_example(varia/AccessingSimulationResults 2e-10)
-test_example(varia/GratingMC .2) # TODO reduce tolerance
-test_example(varia/FindPeaks .2) # TODO reduce tolerance
+test_example(varia/GratingMC .3) # TODO reduce tolerance
+test_example(varia/FindPeaks .3) # TODO reduce tolerance
 
 # test_example(varia/AllFormFactorsAvailable 2e-10)
 # test_example(varia/BasicPolarizedReflectometry 2e-10)
-- 
GitLab