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 dca21a8 commit 7daa702Copy full SHA for 7daa702
sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveSparkSubmitSuite.scala
@@ -95,7 +95,7 @@ class HiveSparkSubmitSuite
95
))
96
97
try {
98
- val exitCode = failAfter(120 seconds) { process.exitValue() }
+ val exitCode = failAfter(180 seconds) { process.exitValue() }
99
if (exitCode != 0) {
100
fail(s"Process returned with exit code $exitCode. See the log4j logs for more detail.")
101
}
0 commit comments