Skip to content

Commit 62dff5b

Browse files
committed
Increase the timeout.
1 parent dca21a8 commit 62dff5b

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
@@ -95,7 +95,7 @@ class HiveSparkSubmitSuite
9595
))
9696

9797
try {
98-
val exitCode = failAfter(120 seconds) { process.exitValue() }
98+
val exitCode = failAfter(180 seconds) { process.exitValue() }
9999
if (exitCode != 0) {
100100
fail(s"Process returned with exit code $exitCode. See the log4j logs for more detail.")
101101
}

0 commit comments

Comments
 (0)