GitHub user chemikadze opened a pull request:
https://github.com/apache/incubator-griffin/pull/428
Increase build silence timeout
According to experiment, resolving dependencies takes longer
than default build timeout of 20 minutes. Increasing to 30.
[Experiment](https://travis-ci.org/apache/incubator-griffin/builds/435326777)
shown that sometimes it takes more than 20 minutes to download all the
dependencies and start executing tests. In that particular experiment it took
22 minutes in order to get to test execution.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chemikadze/incubator-griffin
increase-build-timeout
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-griffin/pull/428.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #428
----
commit e17ce106ed7a49d947a0b00cfbfb5b5e1d83de01
Author: Nikolay Sokolov <chemikadze@...>
Date: 2018-09-30T21:15:42Z
Increase build timeout
According to experiment, resolving dependencies takes longer
than default build timeout of 20 minutes. Increasing to 30.
----
---