This fixes a bad behavior in 1.8.8 where setting a custom stop_timeout
caused Centurion to give up too soon waiting on the response from Docker. This would result in Excon timeouts during deploys.
The response timeout is now always 120 seconds longer than the Docker stop timeout.
See #171 and #175.