mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Trying to fix #29731
This commit is contained in:
@@ -52,7 +52,8 @@ export class SpectronApplication {
|
||||
this.spectron = new Application({
|
||||
path: electronPath,
|
||||
args: args,
|
||||
chromeDriverArgs: chromeDriverArgs
|
||||
chromeDriverArgs: chromeDriverArgs,
|
||||
startTimeout: 10000
|
||||
});
|
||||
this.testRetry += 1; // avoid multiplication by 0 for wait times
|
||||
this.screenshot = new Screenshot(this, testName, testRetry);
|
||||
|
||||
Reference in New Issue
Block a user