force timeout prc option

This commit is contained in:
Dave Schuyler 2006-04-07 03:16:14 +00:00
parent 786212feaa
commit a95957c424
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class AsyncRequest(DirectObject):
self.replyToChannelId=replyToChannelId
self.neededObjects={}
if __debug__:
if ForceTimeout > 0.0001:
if ForceTimeout >= 0.0:
timeout = ForceTimeout
self.timeoutTask=taskMgr.doMethodLater(
timeout, self.timeout, "AsyncRequestTimer-%s"%(id(self,)))