less timeout in wysihtml test
This commit is contained in:
parent
46f21a4d74
commit
042919f664
@ -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();
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user