From c7c4dc5b9879d27bf80913d115eb65048997e459 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 22 Nov 2005 03:21:42 +0000 Subject: r11838: lower the default numops in smbtorture. When people want lots of repeated operations they should manually specify --num-ops=XX this should speed up a few of the build farm tests (This used to be commit d91506e1ceafc95c497973b0ecfd362f9bea3187) --- source4/torture/torture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/torture.c') diff --git a/source4/torture/torture.c b/source4/torture/torture.c index e4ceffc02a..24101b2e73 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -29,7 +29,7 @@ #include "librpc/gen_ndr/ndr_security.h" int torture_nprocs=4; -int torture_numops=100; +int torture_numops=10; int torture_entries=1000; int torture_failures=1; int torture_seed=0; -- cgit