From ef438c09072c88b30059c51e4391d5693751d923 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 14 Jun 2005 20:01:21 +0000 Subject: [PATCH] Make this test faster. --- test/api/t6.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/api/t6.c b/test/api/t6.c index e775f16..33ea395 100644 --- a/test/api/t6.c +++ b/test/api/t6.c @@ -1,4 +1,4 @@ -/* $Id: t6.c,v 1.8 2005-04-20 10:20:32 adam Exp $ +/* $Id: t6.c,v 1.9 2005-06-14 20:01:21 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -45,7 +45,7 @@ int main(int argc, char **argv) zebra_begin_trans (zh, 1); - for (l = 0; l<1000; l++) + for (l = 0; l<100; l++) { char rec_buf[5120]; int j; -- 1.7.10.4