diff mbox

[KVM-AUTOTEST,3/6] KVM test: kvm_vm.py: change qemu-img timeout to 120 seconds

Message ID 1254254667-19385-3-git-send-email-mgoldish@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Michael Goldish Sept. 29, 2009, 8:04 p.m. UTC
None
diff mbox

Patch

diff --git a/client/tests/kvm/kvm_vm.py b/client/tests/kvm/kvm_vm.py
index 07ceb6d..ff6c044 100755
--- a/client/tests/kvm/kvm_vm.py
+++ b/client/tests/kvm/kvm_vm.py
@@ -55,7 +55,7 @@  def create_image(params, root_dir):
 
     logging.debug("Running qemu-img command:\n%s" % qemu_img_cmd)
     (status, output) = kvm_subprocess.run_fg(qemu_img_cmd, logging.debug,
-                                             "(qemu-img) ", timeout=30)
+                                             "(qemu-img) ", timeout=120)
 
     if status is None:
         logging.error("Timeout elapsed while waiting for qemu-img command "