Boot's tests for its Kafka auto-configuration are taking 30 seconds each to run as we have a context with a KafkaListenerEndpointRegistry
that has no MessageListenerContainer
s. This causes it to fail to call the callback
that's passed into stop(Runnable)
so we have to wait for Framework's 30 second timeout to pop.