From: Michael Adam Date: Thu, 15 Mar 2012 16:32:51 +0000 (+0100) Subject: s4:selftest: make the use of writetimeupdatedelay consistent across all tests X-Git-Tag: tdb-1.2.10~148 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=79a1baec86312d02b9aa67d364eedb80bb13480d;p=thirdparty%2Fsamba.git s4:selftest: make the use of writetimeupdatedelay consistent across all tests Pair-Programmed-With: Stefan Metzmacher Autobuild-User: Michael Adam Autobuild-Date: Thu Mar 15 20:20:13 CET 2012 on sn-devel-104 --- diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm index d9385c82a17..c46f192502a 100644 --- a/selftest/target/Samba4.pm +++ b/selftest/target/Samba4.pm @@ -733,14 +733,14 @@ sub provision($$$$$$$$) read only = no posix:sharedelay = 10000 posix:oplocktimeout = 3 - posix:writetimeupdatedelay = 500000 + posix:writetimeupdatedelay = 50000 [xcopy_share] path = $ctx->{tmpdir} read only = no posix:sharedelay = 10000 posix:oplocktimeout = 3 - posix:writetimeupdatedelay = 500000 + posix:writetimeupdatedelay = 50000 create mask = 777 force create mode = 777 @@ -1220,7 +1220,7 @@ sub provision_rodc($$$) read only = no posix:sharedelay = 10000 posix:oplocktimeout = 3 - posix:writetimeupdatedelay = 500000 + posix:writetimeupdatedelay = 50000 ";