mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
increase python installation timeout to 5min (#17019)
This commit is contained in:
@@ -51,7 +51,7 @@ export class ConfigurePythonDialog extends Dialog {
|
|||||||
|
|
||||||
private async _waitForInstallationComplete(): Promise<void> {
|
private async _waitForInstallationComplete(): Promise<void> {
|
||||||
const installationCompleteNotification = '.notifications-toasts div[aria-label="Notebook dependencies installation is complete, source: Notebook Core Extensions (Extension), notification"]';
|
const installationCompleteNotification = '.notifications-toasts div[aria-label="Notebook dependencies installation is complete, source: Notebook Core Extensions (Extension), notification"]';
|
||||||
await this.code.waitForElement(installationCompleteNotification, undefined, 600); // wait up to 1 minute for python installation
|
await this.code.waitForElement(installationCompleteNotification, undefined, 3000); // wait up to 5 minutes for python installation
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user