From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: [OSSTEST PATCH 1/6] rumpuserxen: Increase build timeout for grievous bodge Date: Wed, 21 May 2014 12:42:03 +0100 Message-ID: <1400672528-16185-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 1Wn4wi-0007KS-KY for xen-devel@lists.xenproject.org; Wed, 21 May 2014 11:44:32 +0000 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 This involves copying 90Mby of data. If the test machine is busy (in the worst case, running the kernel side of resize2fs which due to Linux's poor IO scheduling hogs the entire IO system) it can take a long time. In flight 26359 it was still running after 280s, when the machine was released. Increase the timeout to 2000s. Signed-off-by: Ian Jackson --- ts-rumpuserxen-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts-rumpuserxen-build b/ts-rumpuserxen-build index e6adc75..3f72719 100755 --- a/ts-rumpuserxen-build +++ b/ts-rumpuserxen-build @@ -67,7 +67,7 @@ sub massage() { print EO or die $!; } }); - target_cmd_build($ho, 200, $rux, "bash -x grievous-bodge-nblibs"); + target_cmd_build($ho, 2000, $rux, "bash -x grievous-bodge-nblibs"); # Rather poor target_editfile($ho, "$rux/Config.mk", sub { -- 1.7.10.4