From 208f3ae1405ca24abb77072b230eb02a7cde9af7 Mon Sep 17 00:00:00 2001 From: Michel Kaporin Date: Wed, 28 Jun 2017 11:21:00 +0200 Subject: [PATCH] Trying to fix #29731 --- test/smoke/src/spectron/application.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/smoke/src/spectron/application.ts b/test/smoke/src/spectron/application.ts index 6aa7d1af791..e94ccb5a10f 100644 --- a/test/smoke/src/spectron/application.ts +++ b/test/smoke/src/spectron/application.ts @@ -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);