Skip to content

Commit

Permalink
Merge pull request #316 from nesrineabdmouleh/AddMoreTimeoutForUpdate…
Browse files Browse the repository at this point in the history
…Shop

Add timeout to wait for update shop in module autoupgrade
  • Loading branch information
Progi1984 authored Jan 10, 2025
2 parents 30d1996 + 5f19c56 commit 805748a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/versions/develop/pages/BO/modules/autoupgrade/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ class Autoupgrade extends ModuleConfiguration implements ModuleAutoupgradeMainPa
* @return {Promise<string}
*/
async checkUpdateSuccess(page: Page): Promise<string> {
await this.waitForVisibleSelector(page, this.updateProgressBar, 1000000);
await this.waitForVisibleSelector(page, this.updateProgressBar, 5000000);

return this.getTextContent(page, this.updateAlertSuccessMessage);
}
Expand Down

0 comments on commit 805748a

Please sign in to comment.