mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Revert "Reduce chromedriver waiting time to 500ms"
This reverts commit 722705bb4c.
This commit is contained in:
@@ -114,7 +114,7 @@ module.exports = (args, env, fn) ->
|
||||
chromedriver.stderr.on "close", ->
|
||||
resolve(errorCode)
|
||||
|
||||
waits(500)
|
||||
waits(1000)
|
||||
|
||||
waitsFor("webdriver to finish", (done) ->
|
||||
finish = once ->
|
||||
|
||||
Reference in New Issue
Block a user