From db3ab9333a6c34d56cabe311c6565badc9094f17 Mon Sep 17 00:00:00 2001 From: Marek Marczykowski Date: Mon, 17 Oct 2011 23:09:14 +0200 Subject: [PATCH] dom0/qvm-shutdown: increase timeout to 60s (#373) --- dom0/qvm-core/qubes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom0/qvm-core/qubes.py b/dom0/qvm-core/qubes.py index f18d13aa..9c86418c 100755 --- a/dom0/qvm-core/qubes.py +++ b/dom0/qvm-core/qubes.py @@ -83,7 +83,7 @@ dom0_update_check_interval = 6*3600 # how long (in sec) to wait for VMs to shutdown # before killing them (when used qvm-run with --wait option) -shutdown_counter_max = 30 +shutdown_counter_max = 60 # do not allow to start a new AppVM if Dom0 mem was to be less than this dom0_min_memory = 700*1024*1024