Skip to content

Commit

Permalink
Travis - Raise the travis_wait timeout to 45 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed May 10, 2018
1 parent c283349 commit 8eeeb19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jdk:
install:
- ./gradlew assemble
script:
- travis_wait 30 ./gradlew check
- travis_wait 45 ./gradlew check
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
Expand Down

0 comments on commit 8eeeb19

Please sign in to comment.