Allow even more time for Redpanda to start

pull/34978/head
Andy Wilkinson 2 years ago
parent b64adbc34b
commit e61adc6cbf

@ -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;

Loading…
Cancel
Save