mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-06-17 19:54:50 -04:00
tests: Remove overly aggressive timeouts
This commit is contained in:
parent
3c6aef11bd
commit
263105d185
3 changed files with 0 additions and 3 deletions
|
@ -24,7 +24,6 @@ describe(__filename, function () {
|
|||
});
|
||||
|
||||
it('regression test for missing await in createAuthor (#5000)', async function () {
|
||||
this.timeout(700);
|
||||
const {authorID} = await AuthorManager.createAuthor(); // Should block until db.set() finishes.
|
||||
assert(await AuthorManager.doesAuthorExist(authorID));
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue