Hello GC community 👋 I was wondering if anyone knows how to set the timeout on managed functions. As described in the docs (
https://www.graph.cool/docs/reference/functions/runtime-environment-lah7reidae), managed functions have a fixed timeout set to 15s. In most cases this is sufficient, but sometimes calling a 3rd party API might take even longer than that. What other options do I have other than creating my functions as a webhook outside of GC where I can control the timeout (less than ideal)?