Trying to fix #29731

This commit is contained in:
Michel Kaporin
2017-06-28 11:21:00 +02:00
parent c1d612258b
commit 208f3ae140
+2 -1
View File
@@ -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);