You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by sn...@apache.org on 2019/04/04 22:40:44 UTC

[incubator-pinot] branch master updated: Fix travis-wait (#4077)

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

snlee pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 972472e  Fix travis-wait (#4077)
972472e is described below

commit 972472eff23af69ee70c9cd2892f58d50f90d332
Author: Seunghyun Lee <sn...@linkedin.com>
AuthorDate: Thu Apr 4 15:40:38 2019 -0700

    Fix travis-wait (#4077)
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index f0b8bfe..e2cae82 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,10 +21,10 @@ addons:
   firefox: latest
 
 install:
-  - travis_wait 30 ./.travis_install.sh
+  - travis_wait 60 ./.travis_install.sh
 
 script:
-  - travis_wait 30 ./.travis_test.sh
+  - travis_wait 60 ./.travis_test.sh
 
 branches:
   only:


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