diff --git a/server/test/com/xsn/explorer/data/common/DockerPostgresService.scala b/server/test/com/xsn/explorer/data/common/DockerPostgresService.scala index db146ca..a49b7ce 100644 --- a/server/test/com/xsn/explorer/data/common/DockerPostgresService.scala +++ b/server/test/com/xsn/explorer/data/common/DockerPostgresService.scala @@ -13,6 +13,7 @@ trait DockerPostgresService extends DockerKit { import scala.concurrent.duration._ val postgresContainer = DockerContainer(PostgresImage) + .withCommand("-N 500") .withPorts((PostgresAdvertisedPort, Some(PostgresExposedPort))) .withEnv(s"POSTGRES_USER=$PostgresUsername", s"POSTGRES_PASSWORD=$PostgresPassword") .withReadyChecker(