Skip to content

Commit 05514c0

Browse files
authored
fix(CosmosDb): Wait until all partitions are started (#961)
1 parent 556fd41 commit 05514c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Testcontainers.CosmosDb/CosmosDbBuilder.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ protected override CosmosDbBuilder Init()
4545
return base.Init()
4646
.WithImage(CosmosDbImage)
4747
.WithPortBinding(CosmosDbPort, true)
48-
.WithWaitStrategy(Wait.ForUnixContainer().UntilMessageIsLogged("Started"));
48+
.WithWaitStrategy(Wait.ForUnixContainer().UntilMessageIsLogged("Started\\r?\\n"));
4949
}
5050

5151
/// <inheritdoc />

0 commit comments

Comments
 (0)