r18541: with 100 old style searches we can run out of file descriptors on some
authorAndrew Tridgell <tridge@samba.org>
Fri, 15 Sep 2006 03:29:08 +0000 (03:29 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:18:44 +0000 (14:18 -0500)
systems. drop to 50
(This used to be commit ce5d5a187264af2b87e2919bdcc5f478cce02df9)

source4/torture/raw/search.c

index d10bdf662be4ca9302f0c5dc1d77b8b199944443..822039d830ee2440db07d4243ef62f1e083c9fba 100644 (file)
@@ -1019,7 +1019,7 @@ done:
 */
 static BOOL test_many_dirs(struct smbcli_state *cli, TALLOC_CTX *mem_ctx)
 {
-       const int num_dirs = 100;
+       const int num_dirs = 50;
        int i, fnum, n;
        char *fname, *dname;
        BOOL ret = True;