From commits-return-22270-archive-asf-public=cust-asf.ponee.io@accumulo.apache.org Fri Oct 26 15:51:04 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id D9CE8180647 for ; Fri, 26 Oct 2018 15:51:03 +0200 (CEST) Received: (qmail 91280 invoked by uid 500); 26 Oct 2018 13:51:03 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 91271 invoked by uid 99); 26 Oct 2018 13:51:02 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Oct 2018 13:51:02 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 66CD087039; Fri, 26 Oct 2018 13:51:02 +0000 (UTC) Date: Fri, 26 Oct 2018 13:51:02 +0000 To: "commits@accumulo.apache.org" Subject: [accumulo] branch master updated: Adjust travis timeout for build output MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154056186233.8753.15565828613179583433@gitbox.apache.org> From: ctubbsii@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: accumulo X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 2ddfb94ea7bad445b5353ce47fdcf2eb3053c8bb X-Git-Newrev: b836168091c27c65b933cc5ddf2c12ca08f6c312 X-Git-Rev: b836168091c27c65b933cc5ddf2c12ca08f6c312 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/accumulo.git The following commit(s) were added to refs/heads/master by this push: new b836168 Adjust travis timeout for build output b836168 is described below commit b836168091c27c65b933cc5ddf2c12ca08f6c312 Author: Christopher Tubbs AuthorDate: Fri Oct 26 09:47:48 2018 -0400 Adjust travis timeout for build output * Update spotbugs to latest 3.1.7 * Adjust timeout settings in Travis CI so that it doesn't timeout when the build doesn't print something to the console within 10 minutes. The new setting is 20 minutes. This gives spotbugs, when run with the findsecbugs plugin, more time to analyze the code for security bugs, which would otherwise timeout frequently on our large core module. --- .travis.yml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f0a7c97..c1f9a7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,4 +30,4 @@ env: - BUILD_ARGS="clean verify -PskipQA,sec-bugs -Dspotbugs.skip=false" # check for spotbugs+security - BUILD_ARGS="clean compile -Dhadoop.version=3.0.3 -Dzookeeper.version=3.4.12" # quick compile to verify older API script: - - mvn $BUILD_ARGS + - travis_wait 20 mvn $BUILD_ARGS diff --git a/pom.xml b/pom.xml index 49cce61..995ed78 100644 --- a/pom.xml +++ b/pom.xml @@ -142,7 +142,7 @@ 3.1.0 1.7.25 source-release-tar - 3.1.6 + 3.1.7 false