From: Adam Dickmeiss Date: Tue, 14 Jun 2005 20:01:21 +0000 (+0000) Subject: Make this test faster. X-Git-Tag: before.bug.529~394 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=ef438c09072c88b30059c51e4391d5693751d923 Make this test faster. --- 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;