File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ class CliSuite extends SparkFunSuite with BeforeAndAfter with Logging {
133133 }
134134
135135 test(" Single command with -e" ) {
136- runCliWithin(1 .minute, Seq (" -e" , " SHOW DATABASES;" ))(" " -> " OK" )
136+ runCliWithin(2 .minute, Seq (" -e" , " SHOW DATABASES;" ))(" " -> " OK" )
137137 }
138138
139139 test(" Single command with --database" ) {
@@ -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
You can’t perform that action at this time.
0 commit comments