mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Increase timeout from AbstractFunctionalSuite, too
This commit is contained in:
parent
21e6840537
commit
2a7c1ba52c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue