From e615a3d89a0457463a9cd0ad45dbf6e65158f210 Mon Sep 17 00:00:00 2001
From: vitalets <noginsk@rambler.ru>
Date: Tue, 8 Jan 2013 14:28:34 +0400
Subject: [PATCH] tune timeout in wysihtml5 test

---
 test/unit/wysihtml5.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/unit/wysihtml5.js b/test/unit/wysihtml5.js
index 0ef343d..79817ce 100644
--- a/test/unit/wysihtml5.js
+++ b/test/unit/wysihtml5.js
@@ -46,8 +46,8 @@ $(function () {
                     e.remove();    
                     start();  
                 }, timeout);                       
-            }, 800);
-        }, 800);         
+            }, 700);
+        }, 1000);         
 
     });