diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-04-21 15:14:14 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-04-21 15:14:14 +0000 |
commit | 41700b6cb0345080513d82bdbe2dbe33c8654491 (patch) | |
tree | feab3a7f27cdadd01897239c86cbdd137da55b8f /src/fs/test_gnunet_service_fs_p2p.c | |
parent | bbf3c4e04289295df264539e1017f3778f45f97f (diff) |
wip
Diffstat (limited to 'src/fs/test_gnunet_service_fs_p2p.c')
-rw-r--r-- | src/fs/test_gnunet_service_fs_p2p.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/test_gnunet_service_fs_p2p.c b/src/fs/test_gnunet_service_fs_p2p.c index 3bb808c486..91cfda0eb2 100644 --- a/src/fs/test_gnunet_service_fs_p2p.c +++ b/src/fs/test_gnunet_service_fs_p2p.c @@ -34,9 +34,9 @@ #define FILESIZE (1024 * 1024 * 2) /** - * How long until we give up on transmitting the message? + * How long until we give up on the download? */ -#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 600) +#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 60) #define NUM_DAEMONS 2 |