From: Brian Warner Date: Mon, 16 Mar 2009 00:51:34 +0000 (-0700) Subject: test_deepcheck: remove the 10s timeout: our dapper buildslave requires 30s, and the... X-Git-Tag: allmydata-tahoe-1.4.0~52 X-Git-Url: https://git.rkrishnan.org/schema.xhtml?a=commitdiff_plain;h=2b525a42d3d883adde5586e653635c9490fb739f;p=tahoe-lafs%2Ftahoe-lafs.git 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 --- diff --git a/src/allmydata/test/test_deepcheck.py b/src/allmydata/test/test_deepcheck.py index a01d7809..9df0c7cc 100644 --- a/src/allmydata/test/test_deepcheck.py +++ b/src/allmydata/test/test_deepcheck.py @@ -1202,4 +1202,3 @@ class Large(DeepCheckBase, unittest.TestCase): d.addCallback(_check) return d - test_lots_of_lits.timeout = 10