This is an automated email from the ASF dual-hosted git repository.

shaneknapp pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 9580266  [BUILD][INFRA] bump the timeout to match the jenkins PRB
9580266 is described below

commit 9580266c8ee910dbf9a37dd6ff8baa9a94bca38e
Author: shane knapp <incompl...@gmail.com>
AuthorDate: Thu May 28 14:25:49 2020 -0700

    [BUILD][INFRA] bump the timeout to match the jenkins PRB
    
    ### What changes were proposed in this pull request?
    
    bump the timeout to match what's set in jenkins
    
    ### Why are the changes needed?
    
    tests be timing out!
    
    ### Does this PR introduce _any_ user-facing change?
    
    no
    
    ### How was this patch tested?
    
    via jenkins
    
    Closes #28666 from shaneknapp/increase-jenkins-timeout.
    
    Authored-by: shane knapp <incompl...@gmail.com>
    Signed-off-by: shane knapp <incompl...@gmail.com>
    (cherry picked from commit 9e68affd13a3875b92f0700b8ab7c9d902f1a08c)
    Signed-off-by: shane knapp <incompl...@gmail.com>
---
 dev/run-tests-jenkins.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/run-tests-jenkins.py b/dev/run-tests-jenkins.py
index 72e32d4..13be959 100755
--- a/dev/run-tests-jenkins.py
+++ b/dev/run-tests-jenkins.py
@@ -198,7 +198,7 @@ def main():
     # format: http://linux.die.net/man/1/timeout
     # 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"
+    tests_timeout = "500m"
 
     # 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