aboutsummaryrefslogtreecommitdiff
path: root/src/core
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
parent94973bee7b04e2cc9682d3ffb5b5dd65c87490aa (diff)
downloadgnunet-f897fb93d7c425eecd1611a06280bff508257f72.tar.gz
gnunet-f897fb93d7c425eecd1611a06280bff508257f72.zip
-try larger timeouts for sparcbot
Diffstat (limited to 'src/core')
-rw-r--r--src/core/test_core_api.c4
-rw-r--r--src/core/test_core_api_send_to_self.c2
-rw-r--r--src/core/test_core_api_start_only.c2
-rw-r--r--src/core/test_core_quota_compliance.c4
4 files changed, 6 insertions, 6 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,
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
diff --git a/src/core/test_core_api_start_only.c b/src/core/test_core_api_start_only.c
index 98bb4df66..876e3b0f8 100644
--- a/src/core/test_core_api_start_only.c
+++ b/src/core/test_core_api_start_only.c
@@ -33,7 +33,7 @@
33 33
34#define VERBOSE GNUNET_NO 34#define VERBOSE GNUNET_NO
35 35
36#define TIMEOUT 3 36#define TIMEOUT 5
37 37
38#define START_ARM GNUNET_YES 38#define START_ARM GNUNET_YES
39 39
diff --git a/src/core/test_core_quota_compliance.c b/src/core/test_core_quota_compliance.c
index 68cc47386..f16cc5441 100644
--- a/src/core/test_core_quota_compliance.c
+++ b/src/core/test_core_quota_compliance.c
@@ -51,12 +51,12 @@
51/** 51/**
52 * How long until we give up on transmitting the message? 52 * How long until we give up on transmitting the message?
53 */ 53 */
54#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 180) 54#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300)
55 55
56/** 56/**
57 * What delay do we request from the core service for transmission? 57 * What delay do we request from the core service for transmission?
58 */ 58 */
59#define FAST_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5) 59#define FAST_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 150)
60 60
61#define MTYPE 12345 61#define MTYPE 12345
62#define MESSAGESIZE 1024 62#define MESSAGESIZE 1024