Skip to content

Commit d9a2c17

Browse files
committed
Increase the timeout to 5 minutes.
1 parent aeef44a commit d9a2c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveSparkSubmitSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ class HiveSparkSubmitSuite
139139
new ProcessOutputCapturer(process.getErrorStream, captureOutput("stderr")).start()
140140

141141
try {
142-
val exitCode = failAfter(180.seconds) { process.waitFor() }
142+
val exitCode = failAfter(300.seconds) { process.waitFor() }
143143
if (exitCode != 0) {
144144
// include logs in output. Note that logging is async and may not have completed
145145
// at the time this exception is raised

0 commit comments

Comments
 (0)