Skip to content

Commit 7daa702

Browse files
yhuaiAndrew Or
authored andcommitted
[SPARK-8567] [SQL] Increase the timeout of HiveSparkSubmitSuite
https://issues.apache.org/jira/browse/SPARK-8567 Author: Yin Huai <[email protected]> Closes apache#6957 from yhuai/SPARK-8567 and squashes the following commits: 62dff5b [Yin Huai] Increase the timeout.
1 parent dca21a8 commit 7daa702

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)