From 042919f664a3d19a5783518cca6a4bf28517c5eb Mon Sep 17 00:00:00 2001 From: vitalets <noginsk@rambler.ru> Date: Fri, 11 Jan 2013 21:07:26 +0400 Subject: [PATCH] less timeout in wysihtml 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 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(); };