Skip to content

Commit

Permalink
M7l4 Cassandra e2e startupTimeout is 5 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
svok committed Oct 2, 2024
1 parent 39518a8 commit ec4ba77
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import io.ktor.http.*
import org.testcontainers.containers.DockerComposeContainer
import ru.otus.otuskotlin.marketplace.blackbox.fixture.docker.DockerCompose
import java.io.File
import java.time.Duration

private val log = Logger

Expand All @@ -28,6 +29,7 @@ abstract class AbstractDockerCompose(
private val compose =
DockerComposeContainer(getComposeFiles()).apply {
// withOptions("--compatibility")
withStartupTimeout(Duration.ofMinutes(5))
apps.forEach { (service, port) ->
withExposedService(
service,
Expand Down

0 comments on commit ec4ba77

Please sign in to comment.