projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64c5f1d
)
testing fewer messages (timeout issue?) on arm and powerpc
author
Nathan S. Evans
<evans@in.tum.de>
Wed, 15 Sep 2010 13:22:42 +0000
(13:22 +0000)
committer
Nathan S. Evans
<evans@in.tum.de>
Wed, 15 Sep 2010 13:22:42 +0000
(13:22 +0000)
src/transport/test_transport_api_reliability.c
patch
|
blob
|
history
diff --git
a/src/transport/test_transport_api_reliability.c
b/src/transport/test_transport_api_reliability.c
index 65794a96070314201287cd5b20b24edead378f94..01b58f4fe80da210bed9dbbfbf8ea177fd4a1286 100644
(file)
--- a/
src/transport/test_transport_api_reliability.c
+++ b/
src/transport/test_transport_api_reliability.c
@@
-47,7
+47,7
@@
* 'MAX_PENDING' in 'gnunet-service-transport.c', otherwise
* messages may be dropped even for a reliable transport.
*/
-#define TOTAL_MSGS (
60000 * 2
)
+#define TOTAL_MSGS (
10000
)
/**
* How long until we give up on transmitting the message?