Increase timeout for getting an IP

This commit is contained in:
Jake Spain 2023-08-21 21:44:31 -04:00
parent f02e0eb19a
commit 7316431f78
No known key found for this signature in database
GPG key ID: BC1C4DA0A085E113

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 = 60 ip_maxloop = 120
ip_loop_delay = 1 ip_loop_delay = 1
ip_loop_count = 1 ip_loop_count = 1
ip = nil ip = nil