We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66159c3 commit 710c8d1Copy full SHA for 710c8d1
dev/run-tests-jenkins
@@ -47,7 +47,7 @@ COMMIT_URL="https://github.com/apache/spark/commit/${ghprbActualCommit}"
47
# GitHub doesn't auto-link short hashes when submitted via the API, unfortunately. :(
48
SHORT_COMMIT_HASH="${ghprbActualCommit:0:7}"
49
50
-TESTS_TIMEOUT="120m" # format: http://linux.die.net/man/1/timeout
+TESTS_TIMEOUT="150m" # format: http://linux.die.net/man/1/timeout
51
52
# Array to capture all tests to run on the pull request. These tests are held under the
53
#+ dev/tests/ directory.
0 commit comments