Hi,
I’m not sure what you mean by both clients, you seem to have only posted settings for vdp.
Referring to a similar previous post [here](https://community.denodo.com/answers/question/details?questionId=9060g0000000AVWAA2&title=Denodo+Base+view+times+out+in+15+minutes), you’ve already changed the timeouts in vdp. The provided syntax in that post of a context clause is the most direct manipulation of the timeout parameter. If you run the provided query in VQL shell, with the settings you’ve mentioned, and got the expected result of an immediate timeout, then timeout settings are taking effect, and vdp should not be what is timing out.
In another previous question, [here](https://community.denodo.com/answers/question/details?questionId=9060g000000L6wdAAC&title=VDP+Query+timeout+is+automatically+goes+to+default+value+900000), and an article [here](https://community.denodo.com/kb/view/document/Connection%20using%20third%20party%20SQL%20clients?category=Northbound+Connections), they discuss changing the querytimeout parameter at the connection level. There is an error in your jdbc uri syntax for the parameters:
jdbc:vdb://<host>:<port>/<database>?queryTimeout=100000
Is the correct syntax. But again this is for when connecting from a client *other* than the admin tool, to vdp, to dictate to vdp that vdp’s query timeout setting is to be overridden. You’ve already changed the settings to unlimited, this won’t have an impact.
Hope this helps!