Skip to content

Commit

Permalink
fix: fix mongodb test server startup
Browse files Browse the repository at this point in the history
  • Loading branch information
QuadStingray committed Sep 30, 2023
1 parent cd14b09 commit 3ed52e6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ object TestServer extends LazyLogging {
serverRunning = false
setPort()
if (retries > 60) {
logger.error(e.getMessage, e)
throw new Exception(s"could not start server in $retries seconds")
}
retries += 1
Expand Down

0 comments on commit 3ed52e6

Please sign in to comment.