Increase timeout for notes_spec.js

This commit is contained in:
Winnie Hellmann 2019-04-11 15:08:53 +02:00
parent 3758169537
commit 4cbca33862
1 changed files with 1 additions and 1 deletions

View File

@ -670,7 +670,7 @@ describe('Notes', function() {
done();
})
.catch(done.fail);
});
}, 2000);
});
describe('postComment with Slash commands', () => {