smaller default perf size
authorChristian Grothoff <christian@grothoff.org>
Thu, 21 Oct 2010 13:26:02 +0000 (13:26 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 21 Oct 2010 13:26:02 +0000 (13:26 +0000)
src/fs/perf_gnunet_service_fs_p2p.c

index fe57c166606f6f96a26df7a5a87f59a4246ffaa7..caeabedd55f58fc6a0d337cfe436f09ea0dc9ba4 100644 (file)
 /**
  * File-size we use for testing.
  */
-#define FILESIZE (1024 * 1024 * 50)
+#define FILESIZE (1024 * 1024 * 1)
 
 /**
  * How long until we give up on transmitting the message?
  */
-#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 300)
+#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 30)
 
 #define NUM_DAEMONS 2