Skip to content
Snippets Groups Projects
Commit de7209c2 authored by Patrick Wendell's avatar Patrick Wendell
Browse files

HOTFIX: Increase PRB timeout

parent 6519fd06
No related branches found
No related tags found
No related merge requests found
......@@ -48,8 +48,8 @@ COMMIT_URL="https://github.com/apache/spark/commit/${ghprbActualCommit}"
SHORT_COMMIT_HASH="${ghprbActualCommit:0:7}"
# format: http://linux.die.net/man/1/timeout
# must be less than the timeout configured on Jenkins (currently 180m)
TESTS_TIMEOUT="175m"
# must be less than the timeout configured on Jenkins (currently 300m)
TESTS_TIMEOUT="250m"
# Array to capture all tests to run on the pull request. These tests are held under the
#+ dev/tests/ directory.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment