diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-02-26 17:21:11 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-02-26 17:21:11 +0000 |
commit | f897fb93d7c425eecd1611a06280bff508257f72 (patch) | |
tree | d834853e3506128eee7484afcb887fe697e19ec1 /src/core/test_core_api.c | |
parent | 94973bee7b04e2cc9682d3ffb5b5dd65c87490aa (diff) |
-try larger timeouts for sparcbot
Diffstat (limited to 'src/core/test_core_api.c')
-rw-r--r-- | src/core/test_core_api.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/test_core_api.c b/src/core/test_core_api.c index 03a3265c70..7bf0919330 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, if (NULL == GNUNET_CORE_notify_transmit_ready (p1.ch, GNUNET_YES, 0, GNUNET_TIME_relative_multiply - (GNUNET_TIME_UNIT_SECONDS, 45), + (GNUNET_TIME_UNIT_SECONDS, 145), &p2.id, sizeof (struct GNUNET_MessageHeader), &transmit_ready, &p1)) @@ -343,7 +343,7 @@ run (void *cls, char *const *args, const char *cfgfile, setup_peer (&p2, "test_core_api_peer2.conf"); err_task = GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_relative_multiply - (GNUNET_TIME_UNIT_SECONDS, 120), + (GNUNET_TIME_UNIT_SECONDS, 300), &terminate_task_error, NULL); p1.ch = GNUNET_CORE_connect (p1.cfg, 1, &p1, &init_notify, &connect_notify, |