mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Use a large value in waits
...to confirm that it is the culprit of Travis build errors.
This commit is contained in:
@@ -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 ->
|
||||
|
||||
Reference in New Issue
Block a user