summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/torture/raw/search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/raw/search.c b/source4/torture/raw/search.c
index d10bdf662b..822039d830 100644
--- a/source4/torture/raw/search.c
+++ b/source4/torture/raw/search.c
@@ -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;