[.Net] Is there a way to set timeout for container to start ? #1181
-
In TestContainers for Java there is a method when building the container -> "withStartupTimeout". |
Beta Was this translation helpful? Give feedback.
Answered by
HofmeisterAn
May 17, 2024
Replies: 1 comment 1 reply
-
You can simply pass a CancellationToken to start. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
osa0805
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can simply pass a CancellationToken to start.