Problem:
I am getting the error Exceeded maximum execution time after about 45 seconds.
Expected behaviour:
The function should run for 6 Minutes. After that duration I would expect an error. I checked up the current quota limits here: https://developers.google.com/apps-script/guides/services/quotas#current_limitations
My setup for testing:
I tried to remove all code and just have a single function "runFor6Min()" which only executes:
Utilities.sleep(6000 * 10)
I assume that the function should be treated as a Script runtime (6 Min) and not as a Custom function runtime (30s) e.g. a custom function within a Google Sheet.
Any ideas what else I could try?
Appended appsscript.json