xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [OSSTEST PATCH 1/6] rumpuserxen: Increase build timeout for grievous bodge
@ 2014-05-21 11:42 Ian Jackson
  2014-05-21 11:42 ` [OSSTEST PATCH 2/6] crontab: Rearrange actually-daily branches Ian Jackson
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Ian Jackson @ 2014-05-21 11:42 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian Jackson, Ian Campbell

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 <Ian.Jackson@eu.citrix.com>
---
 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

^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2014-05-21 14:01 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-21 11:42 [OSSTEST PATCH 1/6] rumpuserxen: Increase build timeout for grievous bodge Ian Jackson
2014-05-21 11:42 ` [OSSTEST PATCH 2/6] crontab: Rearrange actually-daily branches Ian Jackson
2014-05-21 11:42 ` [OSSTEST PATCH 3/6] make-flight: rumpuserxen amd64 too Ian Jackson
2014-05-21 11:56   ` Ian Campbell
2014-05-21 13:52     ` Ian Jackson
2014-05-21 14:01       ` Ian Campbell
2014-05-21 11:42 ` [OSSTEST PATCH 4/6] FIX MAKE-FLIGHT Ian Jackson
2014-05-21 11:56   ` Ian Campbell
2014-05-21 13:50     ` Ian Jackson
2014-05-21 11:42 ` [OSSTEST PATCH 5/6] TestSupport::broken: Update status of `preparing' jobs Ian Jackson
2014-05-21 11:42 ` [OSSTEST PATCH 6/6] sg-run-job: Do blocked check globally, in run-job Ian Jackson
2014-05-21 11:57   ` Ian Campbell
2014-05-21 13:51     ` Ian Jackson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).