Travis - Raise the travis_wait timeout to 45 minutes

This commit is contained in:
Guillaume Smet 2018-05-10 20:37:25 +02:00
parent c283349f3f
commit 8eeeb19119
1 changed files with 1 additions and 1 deletions

View File

@ -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/