SQL Query Causing "Execution Timeout Expired" even when connection execution timeout set to 0

SQL Query Causing "Execution Timeout Expired" even when connection execution timeout set to 0

I have a query I'm trying to run in dbForce for SQL Server that is causing an Execution TImeout Expired error after 30s, even though my connection settings are set to 0s. What's strange is I've had other queries that run well over that timeframe without issue. In SSMS, the query takes about 1min to run.