Skip to content

Commit 34caee5

Browse files
authored
increase timeout for running tests from 20 to 25 minutes (apache#452)
1 parent 89e2987 commit 34caee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ before_install:
3232

3333
script:
3434
- ./tools/travis/deploy-chart.sh
35-
- travis_wait 20 ./tools/travis/run-tests.sh
35+
- travis_wait 25 ./tools/travis/run-tests.sh
3636
- ./tools/travis/collect-logs.sh
3737
- ./tools/travis/box-upload.py "logs" "deploy-kube-$TRAVIS_BUILD_ID-$TRAVIS_BRANCH-$TRAVIS_JOB_NUMBER.tar.gz"
3838

0 commit comments

Comments
 (0)