From a8c2c68b8649ce193e108a407a0ff62567ff7b54 Mon Sep 17 00:00:00 2001
From: "Dmitry Yu. Naumov" <github@naumov.de>
Date: Thu, 13 Sep 2018 12:55:35 +0200
Subject: [PATCH] [PL] RM; Relax tolerances for two ctests.

In release build they do not pass.
---
 ProcessLib/RichardsMechanics/Tests.cmake | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ProcessLib/RichardsMechanics/Tests.cmake b/ProcessLib/RichardsMechanics/Tests.cmake
index 0058a30a447..4154462a356 100644
--- a/ProcessLib/RichardsMechanics/Tests.cmake
+++ b/ProcessLib/RichardsMechanics/Tests.cmake
@@ -27,8 +27,8 @@ AddTest(
     REQUIREMENTS NOT OGS_USE_MPI
     DIFF_DATA
     GLOB mechanics_linear_pcs_0_ts_*.vtu displacement displacement 1e-15 0
-    GLOB mechanics_linear_pcs_0_ts_*.vtu sigma sigma 1e-15 0
-    GLOB mechanics_linear_pcs_0_ts_*.vtu epsilon epsilon 1e-15 0
+    GLOB mechanics_linear_pcs_0_ts_*.vtu sigma sigma 5e-15 0
+    GLOB mechanics_linear_pcs_0_ts_*.vtu epsilon epsilon 5e-15 0
     GLOB mechanics_linear_pcs_0_ts_*.vtu pressure pressure 1e-15 1e-15
     GLOB mechanics_linear_pcs_0_ts_*.vtu velocity velocity 1e-15 1e-15
     GLOB mechanics_linear_pcs_0_ts_*.vtu HydraulicFlow HydraulicFlow 1e-15 0
@@ -118,6 +118,6 @@ AddTest(
     TESTER vtkdiff
     REQUIREMENTS NOT OGS_USE_MPI
     DIFF_DATA
-    GLOB RichardsFlow_2d_richardsflow_pcs_0_ts_*.vtu pressure pressure 1e-11 1e-15
+    GLOB RichardsFlow_2d_richardsflow_pcs_0_ts_*.vtu pressure pressure 5e-11 1e-15
     GLOB RichardsFlow_2d_richardsflow_pcs_0_ts_*.vtu saturation saturation 1e-14 1e-15
 )
-- 
GitLab