Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase :timeout and :process_timeout
The timeout value was extended due to occasional CI failures. Addressing the following error messages: ``` Ferrum::TimeoutError: Timed out waiting for response. It's possible that this happened because something took a very long time (for example a page load was slow). If so, setting the :timeout option to a higher value might help. ``` ``` Ferrum::ProcessTimeoutError: Browser did not produce websocket url within 10 seconds, try to increase `:process_timeout`. See https://github.com/rubycdp/ferrum#customization ```
- Loading branch information