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 66a53a6 commit e598a08Copy full SHA for e598a08
sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/CliSuite.scala
@@ -165,7 +165,7 @@ class CliSuite extends SparkFunSuite with BeforeAndAfter with Logging {
165
val dataFilePath =
166
Thread.currentThread().getContextClassLoader.getResource("data/files/small_kv.txt")
167
168
- runCliWithin(1.minute, Seq("--jars", s"$jarFile"))(
+ runCliWithin(3.minute, Seq("--jars", s"$jarFile"))(
169
"""CREATE TABLE t1(key string, val string)
170
|ROW FORMAT SERDE 'org.apache.hive.hcatalog.data.JsonSerDe';
171
""".stripMargin
0 commit comments