Hello Rachael,
For this, you need to edit testimonial-section-widget.php which is located at wp-content/themes/prasoonpro/inc/widgets/
Open this file using any text editor and go to line number 62
<div id="text-carousel" class="carousel slide" data-ride="carousel">
You need to add data-interval=”500″ where 500 is the time in milliseconds. You can increase or decrease the time interval according to your need.
For example:
<div id="text-carousel" class="carousel slide" data-ride="carousel" data-interval="500">
After editing save this file and refresh your page
Best Regards