aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api.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.c
parent94973bee7b04e2cc9682d3ffb5b5dd65c87490aa (diff)
downloadgnunet-f897fb93d7c425eecd1611a06280bff508257f72.tar.gz
gnunet-f897fb93d7c425eecd1611a06280bff508257f72.zip
-try larger timeouts for sparcbot
Diffstat (limited to 'src/core/test_core_api.c')
-rw-r--r--src/core/test_core_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/test_core_api.c b/src/core/test_core_api.c
index 03a3265c7..7bf091933 100644
--- a/src/core/test_core_api.c
+++ b/src/core/test_core_api.c
@@ -190,7 +190,7 @@ connect_notify (void *cls, const struct GNUNET_PeerIdentity *peer,
190 if (NULL == 190 if (NULL ==
191 GNUNET_CORE_notify_transmit_ready (p1.ch, GNUNET_YES, 0, 191 GNUNET_CORE_notify_transmit_ready (p1.ch, GNUNET_YES, 0,
192 GNUNET_TIME_relative_multiply 192 GNUNET_TIME_relative_multiply
193 (GNUNET_TIME_UNIT_SECONDS, 45), 193 (GNUNET_TIME_UNIT_SECONDS, 145),
194 &p2.id, 194 &p2.id,
195 sizeof (struct GNUNET_MessageHeader), 195 sizeof (struct GNUNET_MessageHeader),
196 &transmit_ready, &p1)) 196 &transmit_ready, &p1))
@@ -343,7 +343,7 @@ run (void *cls, char *const *args, const char *cfgfile,
343 setup_peer (&p2, "test_core_api_peer2.conf"); 343 setup_peer (&p2, "test_core_api_peer2.conf");
344 err_task = 344 err_task =
345 GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_relative_multiply 345 GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_relative_multiply
346 (GNUNET_TIME_UNIT_SECONDS, 120), 346 (GNUNET_TIME_UNIT_SECONDS, 300),
347 &terminate_task_error, NULL); 347 &terminate_task_error, NULL);
348 p1.ch = 348 p1.ch =
349 GNUNET_CORE_connect (p1.cfg, 1, &p1, &init_notify, &connect_notify, 349 GNUNET_CORE_connect (p1.cfg, 1, &p1, &init_notify, &connect_notify,