teamcapybara--capybara/lib
Chris Zetter 71cd06202a Remove uses of `Timeout.timeout` from `Server` (#2016)
* Don't use Timeout.timeout in Server#wait_for_pending_requests

I expect this to be equivalent since it rases the same error and has the
same pattern of sleeps.

* Don't use Timeout.timeout in Server#boot

I expect this to be equivalent since it rases the same error and has the
same pattern of sleeps.

I don't know of any problems caused by using timeout here, instead I've
converted this for consistency and so that that there are no longer any
uses of `Timeout.timeout` within the codebase.
2018-04-18 07:52:37 -07:00
..
capybara Remove uses of `Timeout.timeout` from `Server` (#2016) 2018-04-18 07:52:37 -07:00
capybara.rb