tests fixes
This commit is contained in:
@@ -73,6 +73,7 @@ public abstract class PostgresIntegrationFixture : IAsyncLifetime
|
||||
{
|
||||
_container = new PostgreSqlBuilder()
|
||||
.WithImage(PostgresImage)
|
||||
.WithCommand("-c", "max_connections=200")
|
||||
.Build();
|
||||
|
||||
await _container.StartAsync();
|
||||
|
||||
Reference in New Issue
Block a user