Method: Pantry::Config#response_timeout

Defined in:
lib/pantry/config.rb

#response_timeoutObject

Time in seconds the CLI will wait for a response from the server By default this is nil, meaning unlimited timeout. Used mainly in tests.



87
88
89
# File 'lib/pantry/config.rb', line 87

def response_timeout
  @response_timeout
end