HOTFIX: Increase PRB timeout

This commit is contained in:
Patrick Wendell 2015-08-26 12:19:36 -07:00
parent 6519fd06cc
commit de7209c256

View file

@ -48,8 +48,8 @@ COMMIT_URL="https://github.com/apache/spark/commit/${ghprbActualCommit}"
SHORT_COMMIT_HASH="${ghprbActualCommit:0:7}" SHORT_COMMIT_HASH="${ghprbActualCommit:0:7}"
# format: http://linux.die.net/man/1/timeout # format: http://linux.die.net/man/1/timeout
# must be less than the timeout configured on Jenkins (currently 180m) # must be less than the timeout configured on Jenkins (currently 300m)
TESTS_TIMEOUT="175m" TESTS_TIMEOUT="250m"
# Array to capture all tests to run on the pull request. These tests are held under the # Array to capture all tests to run on the pull request. These tests are held under the
#+ dev/tests/ directory. #+ dev/tests/ directory.