Allow even more time for Redpanda to start

This commit is contained in:
Andy Wilkinson 2023-04-20 17:41:40 +01:00
parent b64adbc34b
commit e61adc6cbf

View File

@ -54,7 +54,7 @@ class RedpandaContainerConnectionDetailsFactoryIntegrationTests {
@Container
@ServiceConnection
static final RedpandaContainer redpanda = new RedpandaContainer(DockerImageNames.redpanda())
.withStartupTimeout(Duration.ofMinutes(2));
.withStartupTimeout(Duration.ofMinutes(5));
@Autowired
KafkaTemplate<String, String> kafkaTemplate;