X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=apt_p2p_Khashmir%2FDHT.py;h=7c4c7bd5cfd53806dd9eb092cab88912ea496e87;hb=52a1d47b47a4f68ee189d0ae7e67dfb815d7258a;hp=d6ff2f1373eef9abe7c20c5c0ae56eaceb02f89e;hpb=3effe84f68e83e838bca36ae5b15069053c97e1b;p=quix0rs-apt-p2p.git diff --git a/apt_p2p_Khashmir/DHT.py b/apt_p2p_Khashmir/DHT.py index d6ff2f1..7c4c7bd 100644 --- a/apt_p2p_Khashmir/DHT.py +++ b/apt_p2p_Khashmir/DHT.py @@ -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,