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 d0e6e53 commit 03215e3Copy full SHA for 03215e3
sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveSparkSubmitSuite.scala
@@ -139,7 +139,7 @@ class HiveSparkSubmitSuite
139
new ProcessOutputCapturer(process.getErrorStream, captureOutput("stderr")).start()
140
141
try {
142
- val exitCode = failAfter(180.seconds) { process.waitFor() }
+ val exitCode = failAfter(300.seconds) { process.waitFor() }
143
if (exitCode != 0) {
144
// include logs in output. Note that logging is async and may not have completed
145
// at the time this exception is raised
0 commit comments