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 e5aa31a commit a87f83dCopy full SHA for a87f83d
sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/HiveThriftServer2Suite.scala
@@ -76,7 +76,7 @@ class HiveThriftServer2Suite extends FunSuite with BeforeAndAfterAll with TestUt
76
process = pb.start()
77
inputReader = new BufferedReader(new InputStreamReader(process.getInputStream))
78
errorReader = new BufferedReader(new InputStreamReader(process.getErrorStream))
79
- waitForOutput(inputReader, "ThriftBinaryCLIService listening on")
+ waitForOutput(inputReader, "ThriftBinaryCLIService listening on", 300000)
80
81
// Spawn a thread to read the output from the forked process.
82
// Note that this is necessary since in some configurations, log4j could be blocked
0 commit comments