Skip to content

Commit

Permalink
increase chromedriver startup timout to 15 seconds (#11609)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4c6c401)
  • Loading branch information
spalger committed May 5, 2017
1 parent 0ee55f7 commit 6ea7059
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 6ea7059

Please sign in to comment.