test_deepcheck: remove the 10s timeout: our dapper buildslave requires 30s, and the reduced timeout was only there because this tests fails by timeout rather than explicitly

This commit is contained in:
Brian Warner 2009-03-15 17:51:34 -07:00
parent f0b0ad1c8f
commit 2b525a42d3

View File

@ -1202,4 +1202,3 @@ class Large(DeepCheckBase, unittest.TestCase):
d.addCallback(_check)
return d
test_lots_of_lits.timeout = 10