diff options
author | Christian Grothoff <christian@grothoff.org> | 2009-11-08 21:04:18 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2009-11-08 21:04:18 +0000 |
commit | 74ae43d6c88f18a795ee9e5aee6a7e211e6ba964 (patch) | |
tree | 9b8bd0a701a78e0888d6095d289793810c648794 /src/fs/test_fs_unindex.c | |
parent | 423523a8c32a35988f83dda2c3c362178e7e0c2f (diff) |
reducing leaks, fixing shutdown bug, increasing timeouts
Diffstat (limited to 'src/fs/test_fs_unindex.c')
-rw-r--r-- | src/fs/test_fs_unindex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/test_fs_unindex.c b/src/fs/test_fs_unindex.c index af9db74009..4c751c9a65 100644 --- a/src/fs/test_fs_unindex.c +++ b/src/fs/test_fs_unindex.c @@ -41,7 +41,7 @@ /** * How long until we give up on transmitting the message? */ -#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 15) +#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 60) /** * How long should our test-content live? |