Time limit in MySQL query's duration

Hello, I am currently developing an app in bubble which uses queries towards a MySQL database.
To implement this, I am using the SQL Database Connector plugin.
I have observed that queries which do not returns results in under 32 seconds are automatically timed out. Is there a way to avoid this and be able to wait for longer periods of time?

Thank you in advance for any suggestions.