From 5d82ad8f9164461be16f62436542e098934340d4 Mon Sep 17 00:00:00 2001 From: Julius Bünger Date: Sat, 20 Jun 2015 14:21:02 +0000 Subject: -clean logging dir before running profiler --- src/rps/test_rps.c | 3 ++- src/rps/test_rps.conf | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'src') 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[]) num_peers = 50; + (void) GNUNET_DISK_directory_remove ("/tmp/rps/"); GNUNET_DISK_directory_create ("/tmp/rps/"); - //timeout = GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 90); + timeout = GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 90); } 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 OVERLAY_TOPOLOGY = SMALL_WORLD #SCALE_FREE_TOPOLOGY_CAP = -OVERLAY_RANDOM_LINKS = 5 +OVERLAY_RANDOM_LINKS = 25 SETUP_TIMEOUT = 2 m -- cgit v1.2.3