testcontainers-java
testcontainers-java copied to clipboard
Allow Pulsar default WaitStrategy to honour startup timeout
Motivation
Currently, the PulsarContainer WaitStrategy is configured after the user has started the container. This means that any modifications that the user makes to the WaitStrategy or startupTimeout are discarded.
Modifications
This change honours the user's modifications to the WaitStrategy or startupTimeout.