Upped the build time to 45 minutes.

This commit is contained in:
Michael Muller 2018-11-01 08:48:07 -04:00
parent b092d8a7de
commit 4842988772

View file

@ -28,4 +28,4 @@ install:
# directory.
# The "travis_wait 30" lets our build spend up to 30 minutes without writing
# output, instead of the default 10.
script: cd gradle && ../gradle-4.10.2/bin/gradle wrapper && travis_wait 30 ./gradlew build
script: cd gradle && ../gradle-4.10.2/bin/gradle wrapper && travis_wait 45 ./gradlew build