0.47.6 Your Question Took Too Long - 4 minute timeout

Metabase using PostgresSQL querying data from two Oracle databases.

The timeout happens at 4 minutes. Which oddly enough using SQL Developer the query finishes up in 3 minutes. So, I expect it to be a longish query.

As far as I know I'm not using any proxies that would cause the timeout to happen at 4 minutes. I feel like if I had a 10 minute timeout this wouldn't be an issue.

Any suggestions on what I can do?

I've seen other posts about the cloud and Nginx, but I'm using a local instance and not using ngnix.

I found out that it was going through Apache as a proxy, so I had to change the settings for Apache to increase the time out.

TimeOut 600

How to Increase Request Timeout in Apache - Ubiq BI