Impossible to deploy a function for more than an hour.
My project ID is: 69cc7a82000b42b8f5e2
Here's the error I get after waiting 15 minutes:
Synchronous function execution timed out. Use asynchronous execution instead, or ensure the execution duration doesn't exceed 30 seconds.
TL;DR
Developers are facing deployment issues with their Cloud Function, encountering a timeout error even after waiting 15 minutes. The error suggests using asynchronous execution or ensuring the duration doesn't exceed 30 seconds.