You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by an...@apache.org on 2015/06/04 02:44:41 UTC

spark git commit: [BUILD] Increase Jenkins test timeout

Repository: spark
Updated Branches:
  refs/heads/master 0576c3c4f -> e35cd36e0


[BUILD] Increase Jenkins test timeout

Currently hive tests alone take 40m. The right thing to do is
to reduce the test time. However, that is a bigger project and
we currently have PRs blocking on tests not timing out.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/e35cd36e
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/e35cd36e
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/e35cd36e

Branch: refs/heads/master
Commit: e35cd36e08faa43466759c412c420a9d8901d368
Parents: 0576c3c
Author: Andrew Or <an...@databricks.com>
Authored: Wed Jun 3 17:40:14 2015 -0700
Committer: Andrew Or <an...@databricks.com>
Committed: Wed Jun 3 17:40:14 2015 -0700

----------------------------------------------------------------------
 dev/run-tests-jenkins | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/e35cd36e/dev/run-tests-jenkins
----------------------------------------------------------------------
diff --git a/dev/run-tests-jenkins b/dev/run-tests-jenkins
index 8b2a44f..3cbd866 100755
--- a/dev/run-tests-jenkins
+++ b/dev/run-tests-jenkins
@@ -47,7 +47,9 @@ COMMIT_URL="https://github.com/apache/spark/commit/${ghprbActualCommit}"
 # GitHub doesn't auto-link short hashes when submitted via the API, unfortunately. :(
 SHORT_COMMIT_HASH="${ghprbActualCommit:0:7}"
 
-TESTS_TIMEOUT="150m" # 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)
+TESTS_TIMEOUT="175m"
 
 # Array to capture all tests to run on the pull request. These tests are held under the
 #+ dev/tests/ directory.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org