I want to timeout long queries run via the client socket API (in fact using my node.js client)
I start the server with:

basexserver -c "SET TIMEOUT 2" -S

However i am not seeing a timeout when executing queries. Am I doing this the right way?

/Andy