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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]