提交 208f3ae1 编写于 作者: M Michel Kaporin

Trying to fix #29731

上级 c1d61225
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册