I hope you are familiar with coding. The simplest way here would be something like:
go to theme.liquid and replace theme.min.js with theme.js
find assets/theme.js and locate this code:
cellSelector: ".gallery__item",
Then right below that line, add:
autoPlay: 2000,
That will make the slideshow change slides every 2s (2000ms). If you want it slower, then increase that number, and if you want it faster, decrease that number.