summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-11-22 03:21:42 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:46:37 -0500
commitc7c4dc5b9879d27bf80913d115eb65048997e459 (patch)
tree8a9adc73dbfb3d6913ec64ebd074c9501c975ea3
parentd159c643a6a053bba2199da7d02ce0e57eb98b87 (diff)
downloadsamba-c7c4dc5b9879d27bf80913d115eb65048997e459.tar.gz
samba-c7c4dc5b9879d27bf80913d115eb65048997e459.tar.bz2
samba-c7c4dc5b9879d27bf80913d115eb65048997e459.zip
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)
-rw-r--r--source4/torture/torture.c2
1 files changed, 1 insertions, 1 deletions
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;