aboutsummaryrefslogtreecommitdiff
path: root/src/gns
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-01-07 16:09:07 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-01-07 16:09:07 +0000
commit095494cb904c7e63d3537d06d29f59bb722c0a0e (patch)
treee827fdc50283fa79758d5125eaabc825081ac397 /src/gns
parent4f7aeb69790dc198a032ad3184a5b86f92c9f010 (diff)
downloadgnunet-095494cb904c7e63d3537d06d29f59bb722c0a0e.tar.gz
gnunet-095494cb904c7e63d3537d06d29f59bb722c0a0e.zip
10 sec was too optimistic for mamasparc
Diffstat (limited to 'src/gns')
-rw-r--r--src/gns/test_gns_dht_three_peers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/test_gns_dht_three_peers.c b/src/gns/test_gns_dht_three_peers.c
index 7f83ca3d8..df31250e7 100644
--- a/src/gns/test_gns_dht_three_peers.c
+++ b/src/gns/test_gns_dht_three_peers.c
@@ -49,7 +49,7 @@
49 49
50/* Timeout for entire testcase */ 50/* Timeout for entire testcase */
51#define TIMEOUT GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 60) 51#define TIMEOUT GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 60)
52#define SETUP_TIMEOUT GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 10) 52#define SETUP_TIMEOUT GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 60)
53 53
54/* Global return value (0 for success, anything else for failure) */ 54/* Global return value (0 for success, anything else for failure) */
55static int ok; 55static int ok;