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

dgrove pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-openwhisk-deploy-kube.git


The following commit(s) were added to refs/heads/master by this push:
     new 34caee5  increase timeout for running tests from 20 to 25 minutes 
(#452)
34caee5 is described below

commit 34caee5c6507b94dfa2589c975f79467bd39ba53
Author: David Grove <[email protected]>
AuthorDate: Fri Apr 12 11:41:14 2019 -0400

    increase timeout for running tests from 20 to 25 minutes (#452)
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 9a0bd64..080590d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,7 +32,7 @@ before_install:
 
 script:
   - ./tools/travis/deploy-chart.sh
-  - travis_wait 20 ./tools/travis/run-tests.sh
+  - travis_wait 25 ./tools/travis/run-tests.sh
   - ./tools/travis/collect-logs.sh
   - ./tools/travis/box-upload.py "logs" 
"deploy-kube-$TRAVIS_BUILD_ID-$TRAVIS_BRANCH-$TRAVIS_JOB_NUMBER.tar.gz"
 

Reply via email to