aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/test_conversation_api_twocalls.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-12-12 16:53:30 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-12-12 16:53:30 +0000
commit5bd2a2dffefef404fb0ff439e47344aa5b9381a3 (patch)
tree3b11db7c49bb7d88a15da760b0d40171e840405a /src/conversation/test_conversation_api_twocalls.c
parent00518c0f515a78df468cff1c4dc9b45e372a33c3 (diff)
downloadgnunet-5bd2a2dffefef404fb0ff439e47344aa5b9381a3.tar.gz
gnunet-5bd2a2dffefef404fb0ff439e47344aa5b9381a3.zip
- decrease timeout
Diffstat (limited to 'src/conversation/test_conversation_api_twocalls.c')
-rw-r--r--src/conversation/test_conversation_api_twocalls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conversation/test_conversation_api_twocalls.c b/src/conversation/test_conversation_api_twocalls.c
index 7aa52f953..964938e5e 100644
--- a/src/conversation/test_conversation_api_twocalls.c
+++ b/src/conversation/test_conversation_api_twocalls.c
@@ -37,7 +37,7 @@
37 37
38#define FREQ GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MILLISECONDS, 250) 38#define FREQ GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MILLISECONDS, 250)
39 39
40#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 25) 40#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 25)
41 41
42static int ok = 1; 42static int ok = 1;
43 43