This is an automated email from the ASF dual-hosted git repository.
pmaheshwari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/samza.git
The following commit(s) were added to refs/heads/master by this push:
new 7cf3465 Minor: Increase Travis-CI timeout to 40 min. (#1091)
7cf3465 is described below
commit 7cf3465a93efceb62a446ec0bf57de37b62575d4
Author: Daniel Nishimura <[email protected]>
AuthorDate: Thu Jun 27 09:52:31 2019 -0700
Minor: Increase Travis-CI timeout to 40 min. (#1091)
---
.travis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 4e3dc9c..43e2b2b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,8 +30,8 @@ jdk:
- oraclejdk8
script:
- ## travis_wait increases build idle-wait time from 10 minutes to 30 minutes.
- - travis_wait 30 ./gradlew clean build
+ ## travis_wait increases build idle-wait time from 10 minutes to 40 minutes.
+ - travis_wait 40 ./gradlew clean build
# - type sonar-scanner &>/dev/null; if [ $? -eq 0 ]; then sonar-scanner; else
echo "Not running sonar"; fi
before_cache: