The Debian i386 image boots a 32-bit non-PAE kernel which therefore
cannot have any PV drivers on our 64-bit hypervisors.  This makes it a
bit slow: in my test on a machine under my desk it took 1400s out of
the allowed 2000s.

With this change the timeout is 3000s instead.

Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>
---
 make-flight |    1 +
 1 file changed, 1 insertion(+)

diff --git a/make-flight b/make-flight
index 2552a53..70c909d 100755
--- a/make-flight
+++ b/make-flight
@@ -268,6 +268,7 @@ do_hvm_debian_test_one () {
   case "$arch" in
     amd64) iso_dir='install.amd' ;;
     i386)  iso_dir='install.386'
+           testvars+=' debianhvm_install_timeoutfactor=1.5'
            testvars+=' debianhvm_diskdevice=/dev/sda' ;;
     *)     iso_dir="install.$arch" ;;
   esac
-- 
1.7.10.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to