We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9379323 commit 792ed7aCopy full SHA for 792ed7a
sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveSparkSubmitSuite.scala
@@ -87,7 +87,7 @@ class HiveSparkSubmitSuite
87
new File(sparkHome),
88
Map("SPARK_TESTING" -> "1", "SPARK_HOME" -> sparkHome))
89
try {
90
- val exitCode = failAfter(120 seconds) { process.waitFor() }
+ val exitCode = failAfter(180 seconds) { process.waitFor() }
91
if (exitCode != 0) {
92
fail(s"Process returned with exit code $exitCode. See the log4j logs for more detail.")
93
}
0 commit comments