Use a large value in waits

...to confirm that it is the culprit of Travis build errors.
This commit is contained in:
Antonio Scandurra
2015-04-07 15:36:54 +02:00
parent 127253bea3
commit efa2a34fd6

View File

@@ -114,7 +114,7 @@ module.exports = (args, env, fn) ->
chromedriver.stderr.on "close", ->
resolve(errorCode)
waits(1000)
waits(5000)
waitsFor("webdriver to finish", (done) ->
finish = once ->