mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Fine tune waiting time
This commit is contained in:
@@ -114,7 +114,7 @@ module.exports = (args, env, fn) ->
|
||||
chromedriver.stderr.on "close", ->
|
||||
resolve(errorCode)
|
||||
|
||||
waits(5000)
|
||||
waits(1000)
|
||||
|
||||
waitsFor("webdriver to finish", (done) ->
|
||||
finish = once ->
|
||||
@@ -137,4 +137,4 @@ module.exports = (args, env, fn) ->
|
||||
finish()
|
||||
|
||||
fn(client.init()).then(finish)
|
||||
, 60000)
|
||||
, 30000)
|
||||
|
||||
Reference in New Issue
Block a user