Skip to content

Commit

Permalink
[SPARK-8567] [SQL] Increase the timeout of HiveSparkSubmitSuite
Browse files Browse the repository at this point in the history
https://issues.apache.org/jira/browse/SPARK-8567

Author: Yin Huai <[email protected]>

Closes #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
  • Loading branch information
yhuai authored and Andrew Or committed Jun 24, 2015
1 parent 9379323 commit 792ed7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class HiveSparkSubmitSuite
new File(sparkHome),
Map("SPARK_TESTING" -> "1", "SPARK_HOME" -> sparkHome))
try {
val exitCode = failAfter(120 seconds) { process.waitFor() }
val exitCode = failAfter(180 seconds) { process.waitFor() }
if (exitCode != 0) {
fail(s"Process returned with exit code $exitCode. See the log4j logs for more detail.")
}
Expand Down

0 comments on commit 792ed7a

Please sign in to comment.