diff --git a/examples/telemac3d/vent/vnv_vent.py b/examples/telemac3d/vent/vnv_vent.py
index ed45ba6ca093b3963c4dd5ed307aa61b69f6b652..3b4d5c0f72af5f4f4af69ed9e7cecaa592bd291c 100644
--- a/examples/telemac3d/vent/vnv_vent.py
+++ b/examples/telemac3d/vent/vnv_vent.py
@@ -55,17 +55,17 @@ class VnvStudy(AbstractVnvStudy):
         # Comparison with the last time frame of the reference file.
         self.check_epsilons('vnv_1:T3DRES',
                             'f3d_vent.slf',
-                            eps=[1.E-11])
+                            eps=[1.E-10])
 
         # Comparison with the last time frame of the reference file.
         self.check_epsilons('vnv_2:T3DRES',
                             'f3d_vent.slf',
-                            eps=[1.E-11])
+                            eps=[1.E-10])
 
         # Comparison between sequential and parallel run.
         self.check_epsilons('vnv_1:T3DRES',
                             'vnv_2:T3DRES',
-                            eps=[1.E-11])
+                            eps=[1.E-10])
 
 
     def _post(self):