Netlify functions execution limit

I have a site where I need to use two different spaces from Storyblok CMS, for master one space and for develop the other space, so I need to keep those spaces synced. I wrote a script about it, and I wanted to trigger it when the deploy starts, so I wrote that inside the deploy-building function, but that only lasts 10sec, where my synchronisation lasts 2-3m. I have tried background functions but those don’t fit my case since I need to actually call the myself to trigger them. Is there a way that I can exceed the netlify functions?
Thank you!

Not at the moment. The max limit this can be raised is to 26 seconds but for 2 to 3 minutes, background functions are the only way to go.