Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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.
- Loading branch information