]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
test_deepcheck: remove the 10s timeout: our dapper buildslave requires 30s, and the...
authorBrian Warner <warner@lothar.com>
Mon, 16 Mar 2009 00:51:34 +0000 (17:51 -0700)
committerBrian Warner <warner@lothar.com>
Mon, 16 Mar 2009 00:51:34 +0000 (17:51 -0700)
src/allmydata/test/test_deepcheck.py

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