Remove some unnecessary calls to log.err and just print the error message instead.
[quix0rs-apt-p2p.git] / apt_p2p_Khashmir / DHT.py
index d6ff2f1373eef9abe7c20c5c0ae56eaceb02f89e..7c4c7bd5cfd53806dd9eb092cab88912ea496e87 100644 (file)
@@ -451,7 +451,7 @@ class TestSimpleDHT(unittest.TestCase):
 class TestMultiDHT(unittest.TestCase):
     """More complicated 20-node tests for the DHT."""
     
-    timeout = 80
+    timeout = 100
     num = 20
     DHT_DEFAULTS = {'PORT': 9977,
                     'CHECKPOINT_INTERVAL': 300, 'CONCURRENT_REQS': 4,