diff --git a/mesh_relax.py b/mesh_relax.py
index 9211659ae43badd78c52e790e5be0160081a45ad..89009e16d548e3701a864815d37c4acc4020e87f 100644
--- a/mesh_relax.py
+++ b/mesh_relax.py
@@ -97,7 +97,7 @@ class Relax(bpy.types.Operator):
     bl_options = {'REGISTER', 'UNDO'}
 
     iterations = IntProperty(name="Relax iterations",
-                default=1, min=0, max=10, soft_min=0, soft_max=10)
+                default=1, min=0, max=100, soft_min=0, soft_max=10)
 
     def poll(self, context):
         obj = context.active_object