testcontainers/testcontainers-rs

Feature request: support `wait_times` for log wait strategy.

DDtKey opened this issue · 0 comments

We need this feature to cover more possible scenarios of waiting.
It should be close to semantic of testcontainers in other languages, like in Java: LogMessageWaitStrategy withTimes

Initially comes from testcontainers/testcontainers-rs-modules-community#158