From 2b525a42d3d883adde5586e653635c9490fb739f Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Sun, 15 Mar 2009 17:51:34 -0700 Subject: [PATCH] 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 --- src/allmydata/test/test_deepcheck.py | 1 - 1 file changed, 1 deletion(-) 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 -- 2.45.2