@metsis: For this you will need to create a child theme. You can use this plugin if you do not know how to create a child theme.
Go to => Parent theme folder => inc => courses.php and find the function clean_education_courses_display() and copy it.
Go to => Child theme folder => functions.php and paste the code.
Then find the text data-cycle-next=".content-next"
in the code and paste the following code in the next line.
data-cycle-timeout="1000"
Here 1sec=1000, 2sec=200 and likewise. You can set the time according to your requirement.
Let me know if this solves your issue.
Regards,
Skandha