(maint) Increase timeout for cloned vms to obtain IPs.

This commit is contained in:
isaac-hammes 2023-08-23 05:46:49 -07:00
parent c70920a56e
commit 978fc0031a

View file

@ -599,7 +599,7 @@ module Vmpooler
boottime = vm_object.runtime.bootTime if vm_object.runtime&.bootTime boottime = vm_object.runtime.bootTime if vm_object.runtime&.bootTime
powerstate = vm_object.runtime.powerState if vm_object.runtime&.powerState powerstate = vm_object.runtime.powerState if vm_object.runtime&.powerState
ip_maxloop = 120 ip_maxloop = 240
ip_loop_delay = 1 ip_loop_delay = 1
ip_loop_count = 1 ip_loop_count = 1
ip = nil ip = nil