Skip to content

Commit 805748a

Browse files
authored
Merge pull request #316 from nesrineabdmouleh/AddMoreTimeoutForUpdateShop
Add timeout to wait for update shop in module autoupgrade
2 parents 30d1996 + 5f19c56 commit 805748a

File tree

1 file changed

+1
-1
lines changed
  • src/versions/develop/pages/BO/modules/autoupgrade

1 file changed

+1
-1
lines changed

src/versions/develop/pages/BO/modules/autoupgrade/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ class Autoupgrade extends ModuleConfiguration implements ModuleAutoupgradeMainPa
230230
* @return {Promise<string}
231231
*/
232232
async checkUpdateSuccess(page: Page): Promise<string> {
233-
await this.waitForVisibleSelector(page, this.updateProgressBar, 1000000);
233+
await this.waitForVisibleSelector(page, this.updateProgressBar, 5000000);
234234

235235
return this.getTextContent(page, this.updateAlertSuccessMessage);
236236
}

0 commit comments

Comments
 (0)