Skip to content

Commit

Permalink
type
Browse files Browse the repository at this point in the history
  • Loading branch information
ulysses-you committed Mar 2, 2021
1 parent a3fd691 commit cddba6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ trait WithKyuubiServer extends KyuubiFunSuite {
conf.set(HA_ZK_QUORUM, zkServer.getConnectString)
conf.set(HA_ZK_ACL_ENABLED, false)

conf.set(ENGINE_INIT_TIMEOUT, 120000)
conf.set(ENGINE_INIT_TIMEOUT, 120000L)
server = KyuubiServer.startServer(conf)
super.beforeAll()
Thread.sleep(1500)
Expand Down

0 comments on commit cddba6c

Please # to comment.