We have had an issue with a block of code that responds poorly in the face of slow databases (It craps the bed on a query timeout). We have created a patch, and are in the p
You can just tell your sql code to wait for a minute before returning:
WaitFor Delay '00:01:00'