Skip to content

Commit e61adc6

Browse files
committed
Allow even more time for Redpanda to start
1 parent b64adbc commit e61adc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-testcontainers/src/test/java/org/springframework/boot/testcontainers/service/connection/redpanda/RedpandaContainerConnectionDetailsFactoryIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class RedpandaContainerConnectionDetailsFactoryIntegrationTests {
5454
@Container
5555
@ServiceConnection
5656
static final RedpandaContainer redpanda = new RedpandaContainer(DockerImageNames.redpanda())
57-
.withStartupTimeout(Duration.ofMinutes(2));
57+
.withStartupTimeout(Duration.ofMinutes(5));
5858

5959
@Autowired
6060
KafkaTemplate<String, String> kafkaTemplate;

0 commit comments

Comments
 (0)