Skip to content

Commit a87f83d

Browse files
committed
Extended timeout
1 parent e5aa31a commit a87f83d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/HiveThriftServer2Suite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class HiveThriftServer2Suite extends FunSuite with BeforeAndAfterAll with TestUt
7676
process = pb.start()
7777
inputReader = new BufferedReader(new InputStreamReader(process.getInputStream))
7878
errorReader = new BufferedReader(new InputStreamReader(process.getErrorStream))
79-
waitForOutput(inputReader, "ThriftBinaryCLIService listening on")
79+
waitForOutput(inputReader, "ThriftBinaryCLIService listening on", 300000)
8080

8181
// Spawn a thread to read the output from the forked process.
8282
// Note that this is necessary since in some configurations, log4j could be blocked

0 commit comments

Comments
 (0)