Hi there
Open this file /templates/ja_teline_v/acm/news-featured/tmpl/style-1.php and change from
<div id="magazine-carousel-<?php echo $module->id ?>" class="carousel magazine-carousel <?php echo $animation_type ?>"
data-ride="carousel" <?php if (!$leading_auto_play) : ?>data-interval="false"<?php endif; ?>>
to :
<div id="magazine-carousel-<?php echo $module->id ?>" class="carousel magazine-carousel <?php echo $animation_type ?>" data-ride="carousel" data-interval="5000">
You can change the data-interval with your preferred time in milliseconds
Regards