Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 59DF1200D28 for ; Mon, 23 Oct 2017 23:12:47 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 243A5160BF0; Mon, 23 Oct 2017 21:12:42 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 902C11609DF for ; Mon, 23 Oct 2017 23:12:41 +0200 (CEST) Received: (qmail 28698 invoked by uid 500); 23 Oct 2017 21:12:40 -0000 Mailing-List: contact commits-help@beam.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.apache.org Delivered-To: mailing list commits@beam.apache.org Received: (qmail 28689 invoked by uid 99); 23 Oct 2017 21:12:40 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Oct 2017 21:12:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8D393DFB0E; Mon, 23 Oct 2017 21:12:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kenn@apache.org To: commits@beam.apache.org Date: Mon, 23 Oct 2017 21:12:40 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] beam git commit: Increase job_beam_PreCommit_Java_MavenInstall timeout from 2.5 to 4 hours. archived-at: Mon, 23 Oct 2017 21:12:47 -0000 Repository: beam Updated Branches: refs/heads/master 77c77add1 -> 9e9300214 Increase job_beam_PreCommit_Java_MavenInstall timeout from 2.5 to 4 hours. Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/ced7b9c5 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/ced7b9c5 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/ced7b9c5 Branch: refs/heads/master Commit: ced7b9c50df8ba4a8ae35557575374118d057b0d Parents: 77c77ad Author: tvalentyn Authored: Mon Oct 23 14:09:12 2017 -0700 Committer: GitHub Committed: Mon Oct 23 14:09:12 2017 -0700 ---------------------------------------------------------------------- .test-infra/jenkins/job_beam_PreCommit_Java_MavenInstall.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/ced7b9c5/.test-infra/jenkins/job_beam_PreCommit_Java_MavenInstall.groovy ---------------------------------------------------------------------- diff --git a/.test-infra/jenkins/job_beam_PreCommit_Java_MavenInstall.groovy b/.test-infra/jenkins/job_beam_PreCommit_Java_MavenInstall.groovy index 8721468..d2d2485 100644 --- a/.test-infra/jenkins/job_beam_PreCommit_Java_MavenInstall.groovy +++ b/.test-infra/jenkins/job_beam_PreCommit_Java_MavenInstall.groovy @@ -32,7 +32,7 @@ mavenJob('beam_PreCommit_Java_MavenInstall') { common_job_properties.setTopLevelMainJobProperties( delegate, 'master', - 150) + 240) // Set Maven parameters. common_job_properties.setMavenConfig(delegate)