From 84121153a058fb08e875633f9ed96bbdc4b58422 Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <github@naumov.de>
Date: Sun, 11 Aug 2024 21:24:05 +0200
Subject: [PATCH] [T/SD] Slightly relax ctest tolerance

---
 Tests/Data/Mechanics/Ehlers/cube_1e0_SNES.prj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Tests/Data/Mechanics/Ehlers/cube_1e0_SNES.prj b/Tests/Data/Mechanics/Ehlers/cube_1e0_SNES.prj
index 688aef7bfbe..3c69aed4a68 100644
--- a/Tests/Data/Mechanics/Ehlers/cube_1e0_SNES.prj
+++ b/Tests/Data/Mechanics/Ehlers/cube_1e0_SNES.prj
@@ -331,7 +331,7 @@
         <vtkdiff>
             <file>cube_1e0_ts_101_t_2.550000.vtu</file>
             <field>sigma</field>
-            <absolute_tolerance>2e-13</absolute_tolerance>
+            <absolute_tolerance>4e-13</absolute_tolerance>
             <relative_tolerance>0</relative_tolerance>
         </vtkdiff>
         <vtkdiff>
-- 
GitLab