Increase timeout from AbstractFunctionalSuite, too

This commit is contained in:
Lee moon soo 2017-01-20 13:39:26 -08:00
parent 21e6840537
commit 2a7c1ba52c

View file

@ -41,7 +41,7 @@ class AbstractFunctionalSuite extends FunSuite with WebBrowser with BeforeAndAft
override def beforeAll() = {
"../bin/zeppelin-daemon.sh start" !
eventually (timeout(Span(20, Seconds))) {
eventually (timeout(Span(180, Seconds))) {
go to SERVER_ADDRESS
assert(find("welcome").isDefined)
}