Copy link to clipboard
Copied
I'm writing a cftry/cfcatch to handle a RequestTimedOutException error that has happened a few times and we cannot replicate on demand. I want to write a catch that will notify me when it does happen -- is there any way to test my code by forcing a timeout error?
Copy link to clipboard
Copied
Found the answer -- just manually set the timeout to a very short period and kill some time
<cfsetting requesttimeout="2" />