[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH] ts-coverity-upload: Double coverity upload timeout
From 3600s to 7200s. It failed in flight 100483 in the Mass colo, with a timeout, having uploaded 95% (151Mby) in 3600s. Ideally we would like to release the build host, but there is no infrastructure for doing that right now. Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- ts-coverity-upload | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts-coverity-upload b/ts-coverity-upload index 6d43cf8..219c8be 100755 --- a/ts-coverity-upload +++ b/ts-coverity-upload @@ -43,7 +43,7 @@ sub upload() { my @args = map { ("--form", $_) } @form_args; - push @args, qw(--max-time 3600); + push @args, qw(--max-time 7200); push @args, qw(--fail); # turn 404 etc into a failure. push @args, $r{coverity_submit_url}; -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |