Repository: spark
Updated Branches:
  refs/heads/master 9b8521e53 -> 6c7bb575b


[SPARK-24886][INFRA] Fix the testing script to increase timeout for Jenkins 
build (from 300m to 340m)

## What changes were proposed in this pull request?

Currently, looks we hit the time limit time to time. Looks better increasing 
the time a bit.

For instance, please see https://github.com/apache/spark/pull/21822

For clarification, current Jenkins timeout is 400m. This PR just proposes to 
fix the test script to increase it correspondingly.

*This PR does not target to change the build configuration*

## How was this patch tested?

Jenkins tests.

Closes #21845 from HyukjinKwon/SPARK-24886.

Authored-by: hyukjinkwon <gurwls...@apache.org>
Signed-off-by: hyukjinkwon <gurwls...@apache.org>


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

Branch: refs/heads/master
Commit: 6c7bb575bf8b0bfc26f23e0ef449aaded77d3789
Parents: 9b8521e
Author: hyukjinkwon <gurwls...@apache.org>
Authored: Fri Aug 10 09:12:17 2018 +0800
Committer: hyukjinkwon <gurwls...@apache.org>
Committed: Fri Aug 10 09:12:17 2018 +0800

----------------------------------------------------------------------
 dev/run-tests-jenkins.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/6c7bb575/dev/run-tests-jenkins.py
----------------------------------------------------------------------
diff --git a/dev/run-tests-jenkins.py b/dev/run-tests-jenkins.py
index 3960a0d..16af97c 100755
--- a/dev/run-tests-jenkins.py
+++ b/dev/run-tests-jenkins.py
@@ -181,8 +181,8 @@ def main():
     short_commit_hash = ghprb_actual_commit[0:7]
 
     # format: http://linux.die.net/man/1/timeout
-    # must be less than the timeout configured on Jenkins (currently 350m)
-    tests_timeout = "300m"
+    # must be less than the timeout configured on Jenkins (currently 400m)
+    tests_timeout = "340m"
 
     # Array to capture all test names to run on the pull request. These tests 
are represented
     # by their file equivalents in the dev/tests/ directory.


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

Reply via email to