Bump server startup timeout from 60 seconds to 120seconds (#3514)

This commit is contained in:
Chris Stewart 2021-08-10 14:03:22 -05:00 committed by GitHub
parent 43e0287fed
commit 5aac4fd8d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,7 +87,7 @@ class LandingPaneModel(serverArgParser: ServerArgParser)(implicit
throw err
}
Await.result(promise.future, 60.seconds)
Await.result(promise.future, 120.seconds)
}
)
}