I achieved this by simply setting the interval set in functions.js located in wp-content/themes/cardinal/js/
Change This:
if (carouselAuto) {
carouselAuto = true;
}
To This:
if (carouselAuto) {
carouselAuto = 8000;
}
This worked for me. I have 8 second intervals for the testimonial carousel globally.