Wait longer for Redpanda to start
This commit is contained in:
@@ -53,7 +53,8 @@ class RedpandaContainerConnectionDetailsFactoryIntegrationTests {
|
||||
|
||||
@Container
|
||||
@ServiceConnection
|
||||
static final RedpandaContainer redpanda = new RedpandaContainer(DockerImageNames.redpanda());
|
||||
static final RedpandaContainer redpanda = new RedpandaContainer(DockerImageNames.redpanda())
|
||||
.withStartupTimeout(Duration.ofMinutes(2));
|
||||
|
||||
@Autowired
|
||||
KafkaTemplate<String, String> kafkaTemplate;
|
||||
|
||||
Reference in New Issue
Block a user