wip
authorChristian Grothoff <christian@grothoff.org>
Wed, 25 May 2011 10:24:05 +0000 (10:24 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 25 May 2011 10:24:05 +0000 (10:24 +0000)
src/fs/test_gnunet_service_fs_p2p.c

index ecab7739600216bd119aaaa8248f712e1e5b491e..4a7de8f2bd096f5bd799d4657bb5e5dd781358cf 100644 (file)
 #include "platform.h"
 #include "fs_test_lib.h"
 
-#define VERBOSE GNUNET_NO
+#define VERBOSE GNUNET_YES
 
 /**
  * File-size we use for testing.
  */
-#define FILESIZE (1024 * 1024 * 2)
+#define FILESIZE (1024 * 1024 * 200)
 
 /**
  * How long until we give up on the download?
  */
-#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300)
+#define TIMEOUT GNUNET_TIME_UNIT_FOREVER_REL
+// GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300)
 
 #define NUM_DAEMONS 2