Skip to content

Commit 792ed7a

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. Conflicts: sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveSparkSubmitSuite.scala
1 parent 9379323 commit 792ed7a

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
@@ -87,7 +87,7 @@ class HiveSparkSubmitSuite
8787
new File(sparkHome),
8888
Map("SPARK_TESTING" -> "1", "SPARK_HOME" -> sparkHome))
8989
try {
90-
val exitCode = failAfter(120 seconds) { process.waitFor() }
90+
val exitCode = failAfter(180 seconds) { process.waitFor() }
9191
if (exitCode != 0) {
9292
fail(s"Process returned with exit code $exitCode. See the log4j logs for more detail.")
9393
}

0 commit comments

Comments
 (0)