aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_twopeer_data.conf
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-09-15 13:00:17 +0000
committerNathan S. Evans <evans@in.tum.de>2010-09-15 13:00:17 +0000
commit64c5f1d08aae376fb74286b084e8c048715f8485 (patch)
treebe5c871cc81f652b0c7c9a7f1bf70c1c5e325827 /src/dht/test_dht_twopeer_data.conf
parentc8910059aebeb20e7359b2d780be751323a80e74 (diff)
downloadgnunet-64c5f1d08aae376fb74286b084e8c048715f8485.tar.gz
gnunet-64c5f1d08aae376fb74286b084e8c048715f8485.zip
add retry attempts to test_dht_twopeer, remove core from defaultservices to ensure that the dht gets started before core... Otherwise the test can fail because the data being searched for is the other peers public key, which is only known once connected.
Diffstat (limited to 'src/dht/test_dht_twopeer_data.conf')
-rw-r--r--src/dht/test_dht_twopeer_data.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/test_dht_twopeer_data.conf b/src/dht/test_dht_twopeer_data.conf
index ae76b4ddb..06ad96212 100644
--- a/src/dht/test_dht_twopeer_data.conf
+++ b/src/dht/test_dht_twopeer_data.conf
@@ -25,7 +25,7 @@ HOSTNAME = localhost
25PORT = 12092 25PORT = 12092
26 26
27[arm] 27[arm]
28DEFAULTSERVICES = core dht 28DEFAULTSERVICES = dht
29PORT = 12366 29PORT = 12366
30DEBUG = NO 30DEBUG = NO
31 31