FactorySQL Command Timeout

its a collection of queries inside a procedure which write a status value from the DB to multiple tags. So there are 50 variables being set by 50 queries to be written into tags.

Ofcourse I could split it up into two groups but ofcourse this scenerio can still occur sometimes if the table is busy. I know everything about indexes etc but there should still be a command timeout value somewhere to be set since factorysql seems to be using ADO Dotnet. There is only a connection timeout property in the connection string as far as i could check.

Any help?