Repository: spark
Updated Branches:
  refs/heads/master 4dd87d8ff -> 9047cc0f2


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

## What changes were proposed in this pull request?

This PR targets to increase the timeout from 340 to 400m. Please also see 
https://github.com/apache/spark/pull/21845#discussion_r209807634

## How was this patch tested?

N/A

Closes #22098 from HyukjinKwon/SPARK-24886-1.

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/9047cc0f
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/9047cc0f
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/9047cc0f

Branch: refs/heads/master
Commit: 9047cc0f2c8a101d62d42f57da55227e87ab630d
Parents: 4dd87d8
Author: hyukjinkwon <gurwls...@apache.org>
Authored: Sat Aug 18 17:30:12 2018 +0800
Committer: hyukjinkwon <gurwls...@apache.org>
Committed: Sat Aug 18 17:30:12 2018 +0800

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


http://git-wip-us.apache.org/repos/asf/spark/blob/9047cc0f/dev/run-tests-jenkins.py
----------------------------------------------------------------------
diff --git a/dev/run-tests-jenkins.py b/dev/run-tests-jenkins.py
index 16af97c..e6fe3b8 100755
--- a/dev/run-tests-jenkins.py
+++ b/dev/run-tests-jenkins.py
@@ -181,8 +181,9 @@ 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 400m)
-    tests_timeout = "340m"
+    # must be less than the timeout configured on Jenkins. Usually Jenkins's 
timeout is higher
+    # then this. Please consult with the build manager or a committer when it 
should be increased.
+    tests_timeout = "400m"
 
     # 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