[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: jenkins job debian-edu_jessie_main-ltsp-server



On Tue, Apr 07, 2015 at 02:08:15PM +0200, Petter Reinholdtsen wrote:
> 
> The installation is working, but the time between changes to the
> progress bar is too long, causing the jenkins test to fail to see
> changes to the screen shots for too long, believing the installation is
> hanging.  The solution is to increase the timeout for the ltsp installs.
> No idea by how much.  Perhaps a good idea to double it until it is long
> enough, and then try to cut it down by using binary search. :)
 
maybe the attached patch would do it?

Wolfgang

From 5de23ef77e2a894ca16b9d88955990a8632b3ea4 Mon Sep 17 00:00:00 2001
From: Wolfgang Schweer <wschweer@arcor.de>
Date: Thu, 9 Apr 2015 10:38:19 +0200
Subject: [PATCH] set doubled timeout for g-i-installs of type d-e-combi and
 d-e-ltsp-server.

---
 bin/g-i-installation.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index 22cd382..24040fa 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -1320,7 +1320,7 @@ case $NAME in
 						;;
 	*_presentation)	 			monitor_system presentation 10
 						;;
-	debian-edu_*combi-server)		monitor_system install wait4match 3000 100
+	debian-edu_*ltsp-server|debian-edu_*combi-server))	monitor_system install wait4match 3000 100 1200
 						;;
 	debian-edu_*wheezy*standalone*)		monitor_system install wait4match 1200 100
 						;;
-- 
2.1.4

Attachment: signature.asc
Description: Digital signature


Reply to: