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 6519fd0 commit de7209cCopy full SHA for de7209c
dev/run-tests-jenkins
@@ -48,8 +48,8 @@ COMMIT_URL="https://github.com/apache/spark/commit/${ghprbActualCommit}"
48
SHORT_COMMIT_HASH="${ghprbActualCommit:0:7}"
49
50
# format: http://linux.die.net/man/1/timeout
51
-# must be less than the timeout configured on Jenkins (currently 180m)
52
-TESTS_TIMEOUT="175m"
+# must be less than the timeout configured on Jenkins (currently 300m)
+TESTS_TIMEOUT="250m"
53
54
# Array to capture all tests to run on the pull request. These tests are held under the
55
#+ dev/tests/ directory.
0 commit comments