|
I need use "Indefinite one shot startup strategy example" by testcontainer.properties. For real, I'd like to configure this three examples by properties, but I don't know how to do this: |
Answered by
kiview
Jul 23, 2021
Replies: 1 comment 1 reply
|
You can't configure a global wait strategy (if this is what you are looking for?) via properties. You have to configure the Java object. |
1 reply
Answer selected by
netstart
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can't configure a global wait strategy (if this is what you are looking for?) via properties. You have to configure the Java object.
It's also unclear why you ever would want to configure this in a property, so if you give some context with regards to what you try to achieve, I might be able to give better advice.