- My goal:
I have a query in my module that previously had a 10s timeout, and I want to bump it to 60s. - Issue:
I change the timeout to 60s and save, but it doesn't seem to take. I'm attaching a screenshot showing:
- The query is saved with a 60000ms (60s) timeout
- I've just run the query and it's failed at just over 10s
- The error message says "Query timed out at 10.00 seconds"
-
Steps I've taken to troubleshoot:
I'm testing directly in the module to rule out versioning issues. I have other queries to this resource with a 60s timeout that work as expected, so this is not a configuration issue with the database or database connection. -
Additional info:
I'm self-hosted on an old version (3.178.0)

