aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorPatrick Wendell <patrick@databricks.com>2015-08-26 12:19:36 -0700
committerPatrick Wendell <patrick@databricks.com>2015-08-26 12:19:36 -0700
commitde7209c256aaf79a0978cfcf6e98bb013267b93a (patch)
tree85844e4defc6c0ce0db75d20377c5e98dd287e68 /dev
parent6519fd06cc8175c9182ef16cf8a37d7f255eb846 (diff)
downloadspark-de7209c256aaf79a0978cfcf6e98bb013267b93a.tar.gz
spark-de7209c256aaf79a0978cfcf6e98bb013267b93a.tar.bz2
spark-de7209c256aaf79a0978cfcf6e98bb013267b93a.zip
HOTFIX: Increase PRB timeout
Diffstat (limited to 'dev')
-rwxr-xr-xdev/run-tests-jenkins4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/run-tests-jenkins b/dev/run-tests-jenkins
index c4d39d95d5..f144c05304 100755
--- a/dev/run-tests-jenkins
+++ b/dev/run-tests-jenkins
@@ -48,8 +48,8 @@ COMMIT_URL="https://github.com/apache/spark/commit/${ghprbActualCommit}"
SHORT_COMMIT_HASH="${ghprbActualCommit:0:7}"
# format: http://linux.die.net/man/1/timeout
-# must be less than the timeout configured on Jenkins (currently 180m)
-TESTS_TIMEOUT="175m"
+# must be less than the timeout configured on Jenkins (currently 300m)
+TESTS_TIMEOUT="250m"
# Array to capture all tests to run on the pull request. These tests are held under the
#+ dev/tests/ directory.