From 64627de35c205572119a32b7afc1bdfd07b8f26b Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 15 Mar 2012 17:28:38 +0100 Subject: s3:selftest: reactivate the writetimeupdatedelay speed-up Pair-Programmed-With: Stefan Metzmacher --- source3/selftest/tests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index 8bd16e0efd..cbef215b6c 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -31,7 +31,8 @@ torture_options = [configuration, "--maximum-runtime=$SELFTEST_MAXTIME", "--target=samba3", "--basedir=$SELFTEST_TMPDIR", '--option="torture:winbindd_netbios_name=$SERVER"', '--option="torture:winbindd_netbios_domain=$DOMAIN"', - '--option=torture:sharedelay=100000'] + '--option=torture:sharedelay=100000', + '--option=torture:writetimeupdatedelay=500000' ] if not os.getenv("SELFTEST_VERBOSE"): torture_options.append("--option=torture:progress=no") -- cgit