diff --git a/src/versions/develop/pages/BO/modules/autoupgrade/index.ts b/src/versions/develop/pages/BO/modules/autoupgrade/index.ts index 951b8955..ea232e7c 100644 --- a/src/versions/develop/pages/BO/modules/autoupgrade/index.ts +++ b/src/versions/develop/pages/BO/modules/autoupgrade/index.ts @@ -230,7 +230,7 @@ class Autoupgrade extends ModuleConfiguration implements ModuleAutoupgradeMainPa * @return {Promise { - await this.waitForVisibleSelector(page, this.updateProgressBar, 1000000); + await this.waitForVisibleSelector(page, this.updateProgressBar, 5000000); return this.getTextContent(page, this.updateAlertSuccessMessage); }