mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Increase WelcomePageSuite timeout
This commit is contained in:
parent
28a8be4683
commit
21e6840537
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ import AbstractFunctionalSuite.SERVER_ADDRESS
|
|||
class WelcomePageSuite(implicit driver: WebDriver) extends FunSuite with WebBrowser {
|
||||
|
||||
test("Welcome sign is correct") {
|
||||
eventually (timeout(Span(20, Seconds))) {
|
||||
eventually (timeout(Span(180, Seconds))) {
|
||||
go to SERVER_ADDRESS
|
||||
assert(find("welcome").isDefined)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue