From 5a945d96cd9da92cc3e37025d30dbee9d6f1d96e Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sun, 27 Sep 2009 21:21:06 +0200 Subject: [PATCH] Dummy database Slow waits 3 seconds. --- ztest/ztest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ztest/ztest.c b/ztest/ztest.c index 6f13610..f426eb9 100644 --- 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)) { -- 1.7.10.4