Skip to content

Commit

Permalink
Also change the timeout of "Single command with -e" to 2 minutes.
Browse files Browse the repository at this point in the history
  • Loading branch information
yhuai committed Jun 3, 2015
1 parent e598a08 commit 763b821
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class CliSuite extends SparkFunSuite with BeforeAndAfter with Logging {
}

test("Single command with -e") {
runCliWithin(1.minute, Seq("-e", "SHOW DATABASES;"))("" -> "OK")
runCliWithin(2.minute, Seq("-e", "SHOW DATABASES;"))("" -> "OK")
}

test("Single command with --database") {
Expand Down

0 comments on commit 763b821

Please sign in to comment.