Please increase the current time limit of 2 mins for the function 'Respond to a PowerApp or flow' time limit.
We have a file that gets uploaded, validated and parsed after pressing a button in Power Apps. It's ok if this process takes 4 mins or even more. The process is as optimized as possible. We even have custom functions in TypeScript to avoid the inefficient Apply for Each loops. But the current time limit doesn't allow us to tell the user that the upload was successful or not.
I can create another way to notify the user when the upload is complete, sure, but why is the time limit set so conservatively? 2 mins is really not a lot. And why can't we increase it? To be blunt, it makes this function almost useless for critical data intensive processes where you want to use Power Apps for a friendly user interface.