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:
91ea3c5
)
increase timeout for find peer request, since it relies on host key generation, which...
author
Nathan S. Evans
<evans@in.tum.de>
Fri, 20 Aug 2010 16:31:55 +0000
(16:31 +0000)
committer
Nathan S. Evans
<evans@in.tum.de>
Fri, 20 Aug 2010 16:31:55 +0000
(16:31 +0000)
src/dht/test_dht_api.c
patch
|
blob
|
history
diff --git
a/src/dht/test_dht_api.c
b/src/dht/test_dht_api.c
index f4d41e2bcb89edc0dc0b815892e74db93f08e806..797270d1affd763c276bbdf7c80109bf9e77ddc0 100644
(file)
--- a/
src/dht/test_dht_api.c
+++ b/
src/dht/test_dht_api.c
@@
-43,7
+43,7
@@
/**
* How long until we really give up on a particular testcase portion?
*/
-#define TOTAL_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS,
5
0)
+#define TOTAL_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS,
12
0)
/**
* How long until we give up on any particular operation (and retry)?