igrigorik / vimgolf

Real Vim ninjas count every keystroke - do you?
http://www.vimgolf.com/
MIT License
678 stars 65 forks source link

Increase Cuprite timeout and Ferrum::Browser process timeout #359

Closed filbranden closed 2 years ago

filbranden commented 2 years ago

Increase Cuprite timeout from 5 to 15 seconds.

We've been seeing Ferrum::TimeoutError in GitHub Actions runs, so let's increase the Curpite timeout which will hopefully take care of fixing that issue when the runner is overloaded.

Increase Ferrum::Browser process timeout from 10 to 30.

We've seen Ferrum::ProcessTimeoutError in GitHub Actions CI runs, so let's increase the process timeout from 10 to 30 using the environment variable recognized by Ferrum.

codecov-commenter commented 2 years ago

Codecov Report

Merging #359 (abfbdfb) into master (19fc0d3) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #359   +/-   ##
=======================================
  Coverage   92.89%   92.89%           
=======================================
  Files          27       27           
  Lines         802      802           
=======================================
  Hits          745      745           
  Misses         57       57           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.