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:
2fbce9f
)
increase timeout to fix #1872:
author
Christian Grothoff
<christian@grothoff.org>
Thu, 3 Nov 2011 13:28:59 +0000
(13:28 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Thu, 3 Nov 2011 13:28:59 +0000
(13:28 +0000)
src/util/test_server.c
patch
|
blob
|
history
diff --git
a/src/util/test_server.c
b/src/util/test_server.c
index 360c9c2425e5536cd0d6c494952fbd665ebd535f..8adde5346bc969075305524112edb9ffbf2496b5 100644
(file)
--- a/
src/util/test_server.c
+++ b/
src/util/test_server.c
@@
-32,7
+32,7
@@
#define PORT 12435
-#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_
MILLISECONDS, 250
)
+#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_
SECONDS, 2
)
#define MY_TYPE 128
#define MY_TYPE2 129
@@
-139,7
+139,7
@@
static size_t
transmit_initial_message (void *cls, size_t size, void *buf)
{
struct GNUNET_MessageHeader msg;
-
+
GNUNET_assert (ok == 1);
ok = 2;
GNUNET_assert (size >= sizeof (struct GNUNET_MessageHeader));