Skip to content

Commit

Permalink
Merge pull request #7923 from owncloud/increate-test-search-timeout
Browse files Browse the repository at this point in the history
give search more time to finish indexing
  • Loading branch information
fschade authored Nov 4, 2022
2 parents bc21a26 + 1c0a913 commit ef6006d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/pageObjects/webPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = {
*/
search: async function (searchTerm) {
// wait for search indexing to be finished
await this.pause(1000)
await this.pause(2000)
return this.initAjaxCounters()
.isVisible(
{
Expand Down

0 comments on commit ef6006d

Please sign in to comment.