diff --git a/test/unit/wysihtml5.js b/test/unit/wysihtml5.js
index c2d2d78..beffd85 100644
--- a/test/unit/wysihtml5.js
+++ b/test/unit/wysihtml5.js
@@ -58,8 +58,8 @@ $(function () {
                         equal(e.html().toLowerCase().replace(/\s*\n(?!\r)/g, ""), v2.toLowerCase(), 'new text shown'); 
                         df.resolve();  
                     }, timeout);                       
-                }, 1000);
-            }, 1000);  
+                }, 500);
+            }, 500);  
             
             return df.promise();
         };