dasniko / testcontainers-keycloak

A Testcontainer implementation for Keycloak IAM & SSO.
Apache License 2.0
328 stars 51 forks source link

Allow to configure startupTimeout for KeycloakContainer #29

Closed thomasdarimont closed 3 years ago

thomasdarimont commented 3 years ago

On some systems the default Keycloak cotnainer startupTimeout might not be enough which leads to startup failures.

We now support setting a custom startupTimeout. This timeout is now also considered when mounting class folders.

Fixes #28

dasniko commented 3 years ago

Thanks for this feature! 👍