Skip to content

Commit

Permalink
Increase the timeout to 3 minutes.
Browse files Browse the repository at this point in the history
  • Loading branch information
yhuai committed May 31, 2015
1 parent 66a53a6 commit e598a08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ class CliSuite extends SparkFunSuite with BeforeAndAfter with Logging {
val dataFilePath =
Thread.currentThread().getContextClassLoader.getResource("data/files/small_kv.txt")

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

0 comments on commit e598a08

Please sign in to comment.