gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r15298 - gnunet/src/fs


From: gnunet
Subject: [GNUnet-SVN] r15298 - gnunet/src/fs
Date: Wed, 25 May 2011 12:24:05 +0200

Author: grothoff
Date: 2011-05-25 12:24:05 +0200 (Wed, 25 May 2011)
New Revision: 15298

Modified:
   gnunet/src/fs/test_gnunet_service_fs_p2p.c
Log:
wip

Modified: gnunet/src/fs/test_gnunet_service_fs_p2p.c
===================================================================
--- gnunet/src/fs/test_gnunet_service_fs_p2p.c  2011-05-25 10:23:52 UTC (rev 
15297)
+++ gnunet/src/fs/test_gnunet_service_fs_p2p.c  2011-05-25 10:24:05 UTC (rev 
15298)
@@ -26,17 +26,18 @@
 #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
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]