fix test loader for wysihtml

This commit is contained in:
vitalets
2013-01-11 10:38:51 +04:00
parent 493cd63099
commit c2cda5dfb1
4 changed files with 16 additions and 8 deletions

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