def testTimeoutNotTriggering(self):
# Test that when the timeout doesn't trigger, things work as expected.
d = client.getPage(self.getURL("wait"), timeout=100)
d.addCallback(self.assertEquals, "hello!!!")
return d
评论列表
文章目录