Is there a way to make a Twill connection timeout? <br><br>I'm using Twill as part of a monitoring tool for an internal website.&nbsp; The tool logs into a site, checks for data, and then logs out.&nbsp; <br><br>I'm running into issues with the site because when it is broken, it takes a really long time to return data (&gt; 10min), and rather than wait until the site returns, I'm wondering if it's possible to have Twill timeout after a user-defined period of time.
<br><br>Thanks,<br><br>Sean<br><br>Note: I'm using Twill from within a Python program <br>