Skip to content

Commit de7209c

Browse files
committed
HOTFIX: Increase PRB timeout
1 parent 6519fd0 commit de7209c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/run-tests-jenkins

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ COMMIT_URL="https://github.com/apache/spark/commit/${ghprbActualCommit}"
4848
SHORT_COMMIT_HASH="${ghprbActualCommit:0:7}"
4949

5050
# format: http://linux.die.net/man/1/timeout
51-
# must be less than the timeout configured on Jenkins (currently 180m)
52-
TESTS_TIMEOUT="175m"
51+
# must be less than the timeout configured on Jenkins (currently 300m)
52+
TESTS_TIMEOUT="250m"
5353

5454
# Array to capture all tests to run on the pull request. These tests are held under the
5555
#+ dev/tests/ directory.

0 commit comments

Comments
 (0)