You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by jl...@apache.org on 2020/04/07 18:23:22 UTC

[incubator-pinot] 01/01: Increase job timeout to 60 mins

This is an automated email from the ASF dual-hosted git repository.

jlli pushed a commit to branch travis-increase-job-timeout
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git

commit 3b1ad917fbd5724fe836f632c7ed6a4ee7dc37b3
Author: jackjlli <jl...@linkedin.com>
AuthorDate: Tue Apr 7 11:23:01 2020 -0700

    Increase job timeout to 60 mins
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 8523ef3..af85cc0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,7 +42,7 @@ jobs:
     - name: "Unit Tests - OracleJDK 8"
       jdk: oraclejdk8
       script:
-        - ./.travis/.travis_test.sh
+        - travis_wait 60 ./.travis/.travis_test.sh
       env:
         - RUN_INTEGRATION_TESTS=false
     - name: "QuickStart - Java 8 & OpenJDK 14-15"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org