projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80be3d0
)
Dummy database Slow waits 3 seconds.
author
Adam Dickmeiss
<adam@indexdata.dk>
Sun, 27 Sep 2009 19:21:06 +0000
(21:21 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Sun, 27 Sep 2009 19:21:30 +0000
(21:21 +0200)
ztest/ztest.c
patch
|
blob
|
history
diff --git
a/ztest/ztest.c
b/ztest/ztest.c
index
6f13610
..
f426eb9
100644
(file)
--- a/
ztest/ztest.c
+++ b/
ztest/ztest.c
@@
-98,7
+98,7
@@
int ztest_search(void *handle, bend_search_rr *rr)
#if HAVE_UNISTD_H
/* wait up to 3 seconds and check if connection is still alive */
int i;
- for (i = 0; i<20; i++)
+ for (i = 0; i<3; i++)
{
if (!bend_assoc_is_alive(rr->association))
{