Skip to content

Commit 763b821

Browse files
committed
Also change the timeout of "Single command with -e" to 2 minutes.
1 parent e598a08 commit 763b821

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
@@ -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") {

0 commit comments

Comments
 (0)