Open IanVaughan opened 4 years ago
Were you able to resolve this issue @IanVaughan ? I'm experiencing something similar
Same issue here. If you expand your search a bit, you'll see that people have been confused for ages about Chrome --headless
being up to 40x slower (the shim automatically applies the --headless (and other) parameters). It happens locally for me as well using --headless so I suspect it's more a Chrome issue than a Heroku issue.
Is anyone find the solution for this at Heroku CI? I m also getting same issue at heroku CI for with capybara test cases
Net::ReadTimeout: Net::ReadTimeout with #<TCPSocket:(closed)>
I keep getting
Net::ReadTimeout: Net::ReadTimeout with #<TCPSocket:(closed)>
when run via Capybara. I have theheroku-buildpack-google-chrome
build pack, withwebdrivers-gem
.It works when directly running on a heroku dyno (from localhost
heroku ci:debug --pipeline release-pipeline
):But from
rspec
it errors (compacted log)rspec config when ran on Heroku (not active when ran locally) :
Using
logs with
Webdrivers.logger.level
&Selenium::WebDriver.logger.level
= :debugI've cross posted this to SO as well https://stackoverflow.com/questions/59723188/get-readtimeout-using-webdrivers-selenium-on-heroku