aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_download.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-22 08:46:38 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-22 08:46:38 +0000
commit6142bbc4d7c388a2fc73415c466fcbdbecd09c61 (patch)
tree8429352f09ac29b5d3cdd05215162da59e5b47d6 /src/fs/test_fs_download.c
parentb87922436bf3aaac0de695dd850f45626f9a0c58 (diff)
downloadgnunet-6142bbc4d7c388a2fc73415c466fcbdbecd09c61.tar.gz
gnunet-6142bbc4d7c388a2fc73415c466fcbdbecd09c61.zip
-increase timeout to help sparc bot
Diffstat (limited to 'src/fs/test_fs_download.c')
-rw-r--r--src/fs/test_fs_download.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/test_fs_download.c b/src/fs/test_fs_download.c
index 7e183d338..51020c4a2 100644
--- a/src/fs/test_fs_download.c
+++ b/src/fs/test_fs_download.c
@@ -42,7 +42,7 @@
42/** 42/**
43 * How long until we give up on transmitting the message? 43 * How long until we give up on transmitting the message?
44 */ 44 */
45#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 60) 45#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 120)
46 46
47/** 47/**
48 * How long should our test-content live? 48 * How long should our test-content live?