tune timeout in wysihtml5 test

This commit is contained in:
vitalets
2013-01-08 14:28:34 +04:00
parent 939e0dba51
commit e615a3d89a

@ -46,8 +46,8 @@ $(function () {
e.remove(); e.remove();
start(); start();
}, timeout); }, timeout);
}, 800); }, 700);
}, 800); }, 1000);
}); });