From 04837c31283f815a8e104b2b07029c2fb07421e8 Mon Sep 17 00:00:00 2001 From: spalger Date: Thu, 4 May 2017 16:03:51 -0700 Subject: [PATCH] increase chromedriver startup timout to 15 seconds --- .../services/remote/chromedriver_api/chromedriver_local_api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/services/remote/chromedriver_api/chromedriver_local_api.js b/test/functional/services/remote/chromedriver_api/chromedriver_local_api.js index 77b968323fd43..3e85f5fa7bd36 100644 --- a/test/functional/services/remote/chromedriver_api/chromedriver_local_api.js +++ b/test/functional/services/remote/chromedriver_api/chromedriver_local_api.js @@ -7,7 +7,7 @@ import { path as CHROMEDRIVER_EXEC } from 'chromedriver'; import { ping } from './ping'; import { ChromedriverApi } from './chromedriver_api'; -const START_TIMEOUT = 2000; +const START_TIMEOUT = 15000; const PING_INTERVAL = 150; export function createLocalChromedriverApi(log, url) {