mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Use a 15s timeout for webdriver startup
This commit is contained in:
@@ -128,7 +128,7 @@ module.exports = (args, env, fn) ->
|
||||
chromedriver.stderr.on "close", ->
|
||||
resolve(errorCode)
|
||||
|
||||
waitsFor("webdriver to start", pollChromeDriver, 5000)
|
||||
waitsFor("webdriver to start", pollChromeDriver, 15000)
|
||||
|
||||
waitsFor("webdriver to finish", (done) ->
|
||||
finish = once ->
|
||||
|
||||
Reference in New Issue
Block a user