Skip to content

Commit e598a08

Browse files
committed
Increase the timeout to 3 minutes.
1 parent 66a53a6 commit e598a08

File tree

1 file changed

+1
-1
lines changed
  • sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ class CliSuite extends SparkFunSuite with BeforeAndAfter with Logging {
165165
val dataFilePath =
166166
Thread.currentThread().getContextClassLoader.getResource("data/files/small_kv.txt")
167167

168-
runCliWithin(1.minute, Seq("--jars", s"$jarFile"))(
168+
runCliWithin(3.minute, Seq("--jars", s"$jarFile"))(
169169
"""CREATE TABLE t1(key string, val string)
170170
|ROW FORMAT SERDE 'org.apache.hive.hcatalog.data.JsonSerDe';
171171
""".stripMargin

0 commit comments

Comments
 (0)