lib/vagrant-skytap/config.rb in vagrant-skytap-0.3.2 vs lib/vagrant-skytap/config.rb in vagrant-skytap-0.3.3
- old
+ new
@@ -107,11 +107,11 @@
@vm_url = nil if @vm_url == UNSET_VALUE
# VPN to use for connection to VM
@vpn_url = nil if @vpn_url == UNSET_VALUE
- # Set the default timeout for waiting for an instance to be ready
- @instance_ready_timeout = 120 if @instance_ready_timeout == UNSET_VALUE
+ # Set the default timeout for runstate changes (e.g. running a VM)
+ @instance_ready_timeout = 300 if @instance_ready_timeout == UNSET_VALUE
# Hardware settings default to nil (will be obtained
# from the source VM)
@cpus = nil if @cpus == UNSET_VALUE
@cpuspersocket = nil if @cpuspersocket == UNSET_VALUE