We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d1996 commit 5f19c56Copy full SHA for 5f19c56
src/versions/develop/pages/BO/modules/autoupgrade/index.ts
@@ -230,7 +230,7 @@ class Autoupgrade extends ModuleConfiguration implements ModuleAutoupgradeMainPa
230
* @return {Promise<string}
231
*/
232
async checkUpdateSuccess(page: Page): Promise<string> {
233
- await this.waitForVisibleSelector(page, this.updateProgressBar, 1000000);
+ await this.waitForVisibleSelector(page, this.updateProgressBar, 5000000);
234
235
return this.getTextContent(page, this.updateAlertSuccessMessage);
236
}
0 commit comments