increase timeouts

admin-tests
John McLear 2021-02-07 08:47:48 +00:00
parent 8b0f3ad4cb
commit 816648a519
1 changed files with 2 additions and 2 deletions

View File

@ -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);
});
});