Commit: 9231bc646cba14f47c78e2627f3b3376258fc73b
Author: Himanshi Kalra
Date:   Sun Aug 30 18:30:24 2020 +0530
Branches: soc-2020-testing-frameworks
https://developer.blender.org/rB9231bc646cba14f47c78e2627f3b3376258fc73b

Increased the frame number for visible differnce

===================================================================

M       tests/python/physics_cloth.py

===================================================================

diff --git a/tests/python/physics_cloth.py b/tests/python/physics_cloth.py
index 7c8b8fd1940..7eac97dda40 100644
--- a/tests/python/physics_cloth.py
+++ b/tests/python/physics_cloth.py
@@ -32,7 +32,7 @@ def main():
 
         # Make sure no modifier is added on the test object.
         MeshTest("ClothSimple", "testClothPlane", "expectedClothPlane",
-                 [ModifierSpec('Cloth', 'CLOTH', {'settings': {'quality': 5}}, 
10)], threshold=1e-3),
+                 [ModifierSpec('Cloth', 'CLOTH', {'settings': {'quality': 5}}, 
15)], threshold=1e-3),
 
         # Not reproducible
         # MeshTest("ClothPressure", "testObjClothPressure", 
"expObjClothPressure",

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to