|
@@ -83,7 +83,7 @@ class BaseVM(object):
|
|
# command to halt the guest, can be overridden by subclasses
|
|
# command to halt the guest, can be overridden by subclasses
|
|
poweroff = "poweroff"
|
|
poweroff = "poweroff"
|
|
# Time to wait for shutdown to finish.
|
|
# Time to wait for shutdown to finish.
|
|
- shutdown_timeout_default = 30
|
|
|
|
|
|
+ shutdown_timeout_default = 90
|
|
# enable IPv6 networking
|
|
# enable IPv6 networking
|
|
ipv6 = True
|
|
ipv6 = True
|
|
# This is the timeout on the wait for console bytes.
|
|
# This is the timeout on the wait for console bytes.
|