From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: [OSSTEST PATCH 25/26] Debian i386 HVM tests: Increase installation timeout Date: Fri, 18 Sep 2015 18:50:15 +0100 Message-ID: <1442598616-2884-12-git-send-email-ian.jackson@eu.citrix.com> References: <1442598616-2884-1-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Zcznu-0004I0-BW for xen-devel@lists.xenproject.org; Fri, 18 Sep 2015 17:50:34 +0000 In-Reply-To: <1442598616-2884-1-git-send-email-ian.jackson@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xenproject.org Cc: Ian Jackson , Ian Campbell List-Id: xen-devel@lists.xenproject.org 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 --- 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