Fine tune waiting time

This commit is contained in:
Antonio Scandurra
2015-04-07 13:48:50 +02:00
parent a090a81767
commit 32ae7945ff

View File

@@ -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)