less timeout in wysihtml test

This commit is contained in:
vitalets
2013-01-11 21:07:26 +04:00
parent 46f21a4d74
commit 042919f664

@ -58,8 +58,8 @@ $(function () {
equal(e.html().toLowerCase().replace(/\s*\n(?!\r)/g, ""), v2.toLowerCase(), 'new text shown'); equal(e.html().toLowerCase().replace(/\s*\n(?!\r)/g, ""), v2.toLowerCase(), 'new text shown');
df.resolve(); df.resolve();
}, timeout); }, timeout);
}, 1000); }, 500);
}, 1000); }, 500);
return df.promise(); return df.promise();
}; };