[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH] ts-rumpuserxen-build: Double the build timeout
The build is quite big and in particular configure is very iobound and sensitive to other load on the box. We have seen spurious timeouts. CC: Jan Beulich <JBeulich@xxxxxxxx> Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- ts-rumpuserxen-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts-rumpuserxen-build b/ts-rumpuserxen-build index e0b18a7..47bcf76 100755 --- a/ts-rumpuserxen-build +++ b/ts-rumpuserxen-build @@ -89,7 +89,7 @@ sub massage() { } sub build() { - target_cmd_build($ho, 3600, $rux, <<END); + target_cmd_build($ho, 7200, $rux, <<END); export XEN_HEADERS=$xendist/usr/local/include/xen (./buildxen.sh && touch ../build-ok-stamp) |tee ../log test -f ../build-ok-stamp #/ -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |