Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class HiveSparkSubmitSuite
new ProcessOutputCapturer(process.getErrorStream, captureOutput("stderr")).start()

try {
val exitCode = failAfter(180.seconds) { process.waitFor() }
val exitCode = failAfter(300.seconds) { process.waitFor() }
if (exitCode != 0) {
// include logs in output. Note that logging is async and may not have completed
// at the time this exception is raised
Expand Down