mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 08:26:16 -04:00
various timeout changes
This commit is contained in:
parent
e8e90ac207
commit
05fe4904ed
3 changed files with 25 additions and 25 deletions
|
@ -64,7 +64,7 @@ describe(__filename, function () {
|
|||
|
||||
describe('setHTML', function () {
|
||||
it('Sets the HTML of a Pad attempting to weird utf8 encoded content', function (done) {
|
||||
this.timeout(600);
|
||||
this.timeout(1000);
|
||||
fs.readFile('../tests/backend/specs/api/emojis.html', 'utf8', (err, html) => {
|
||||
api.post(endPoint('setHTML'))
|
||||
.send({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue