Module: Fog::IBM
- Extended by:
- Provider
- Defined in:
- lib/fog/ibm/core.rb
Defined Under Namespace
Classes: Connection, Mock
Class Method Summary collapse
-
.timeout ⇒ Object
Provisioning is very slow.
Class Method Details
.timeout ⇒ Object
Provisioning is very slow. We’ll pass this arg explicitly until there’s a way to set the default timeout on a per-provider basis.
14 15 16 |
# File 'lib/fog/ibm/core.rb', line 14 def self.timeout 1800 end |