aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rps/test_rps.c3
-rw-r--r--src/rps/test_rps.conf2
2 files changed, 3 insertions, 2 deletions
diff --git a/src/rps/test_rps.c b/src/rps/test_rps.c
index 4c0610751..541eb674f 100644
--- a/src/rps/test_rps.c
+++ b/src/rps/test_rps.c
@@ -1193,8 +1193,9 @@ main (int argc, char *argv[])
1193 1193
1194 num_peers = 50; 1194 num_peers = 50;
1195 1195
1196 (void) GNUNET_DISK_directory_remove ("/tmp/rps/");
1196 GNUNET_DISK_directory_create ("/tmp/rps/"); 1197 GNUNET_DISK_directory_create ("/tmp/rps/");
1197 //timeout = GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 90); 1198 timeout = GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 90);
1198 } 1199 }
1199 1200
1200 rps_peers = GNUNET_new_array (num_peers, struct RPSPeer); 1201 rps_peers = GNUNET_new_array (num_peers, struct RPSPeer);
diff --git a/src/rps/test_rps.conf b/src/rps/test_rps.conf
index 90b4d40f6..59d6f457c 100644
--- a/src/rps/test_rps.conf
+++ b/src/rps/test_rps.conf
@@ -27,7 +27,7 @@ MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 1
27OVERLAY_TOPOLOGY = SMALL_WORLD 27OVERLAY_TOPOLOGY = SMALL_WORLD
28#SCALE_FREE_TOPOLOGY_CAP = 28#SCALE_FREE_TOPOLOGY_CAP =
29 29
30OVERLAY_RANDOM_LINKS = 5 30OVERLAY_RANDOM_LINKS = 25
31 31
32SETUP_TIMEOUT = 2 m 32SETUP_TIMEOUT = 2 m
33 33