aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api_send_to_self.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-26 17:21:11 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-26 17:21:11 +0000
commitf897fb93d7c425eecd1611a06280bff508257f72 (patch)
treed834853e3506128eee7484afcb887fe697e19ec1 /src/core/test_core_api_send_to_self.c
parent94973bee7b04e2cc9682d3ffb5b5dd65c87490aa (diff)
downloadgnunet-f897fb93d7c425eecd1611a06280bff508257f72.tar.gz
gnunet-f897fb93d7c425eecd1611a06280bff508257f72.zip
-try larger timeouts for sparcbot
Diffstat (limited to 'src/core/test_core_api_send_to_self.c')
-rw-r--r--src/core/test_core_api_send_to_self.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/test_core_api_send_to_self.c b/src/core/test_core_api_send_to_self.c
index 655fff459..f04f94fac 100644
--- a/src/core/test_core_api_send_to_self.c
+++ b/src/core/test_core_api_send_to_self.c
@@ -187,7 +187,7 @@ run (void *cls, char *const *args, const char *cfgfile,
187 187
188 die_task = 188 die_task =
189 GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_relative_multiply 189 GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_relative_multiply
190 (GNUNET_TIME_UNIT_SECONDS, 60), &cleanup, 190 (GNUNET_TIME_UNIT_SECONDS, 300), &cleanup,
191 cls); 191 cls);
192} 192}
193 193