less timeout in wysihtml test
This commit is contained in:
@ -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();
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user