mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 09:26:14 -04:00
increase timeouts
This commit is contained in:
parent
8b0f3ad4cb
commit
816648a519
1 changed files with 2 additions and 2 deletions
|
@ -113,7 +113,7 @@ describe('Plugins page', function () {
|
|||
() => helper.admin$('.ep_activepads').length === 0, 240000);
|
||||
|
||||
helper.admin$('#search-query').val('ep_headings2');
|
||||
await helper.waitForPromise(() => helper.admin$('.results').children().length < 300, 6000);
|
||||
await helper.waitForPromise(() => helper.admin$('.results').children().length > 0, 6000);
|
||||
await helper.waitForPromise(() => helper.admin$('.results').children().length < 300, 60000);
|
||||
await helper.waitForPromise(() => helper.admin$('.results').children().length > 0, 60000);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue