diff options
author | Michael Adam <obnox@samba.org> | 2012-03-15 17:32:51 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-03-15 20:20:13 +0100 |
commit | 79a1baec86312d02b9aa67d364eedb80bb13480d (patch) | |
tree | e12bdbeb41e8e444d7ebaadef5aa9917d5f354b1 /selftest/target | |
parent | 64627de35c205572119a32b7afc1bdfd07b8f26b (diff) | |
download | samba-79a1baec86312d02b9aa67d364eedb80bb13480d.tar.gz samba-79a1baec86312d02b9aa67d364eedb80bb13480d.tar.bz2 samba-79a1baec86312d02b9aa67d364eedb80bb13480d.zip |
s4:selftest: make the use of writetimeupdatedelay consistent across all tests
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Thu Mar 15 20:20:13 CET 2012 on sn-devel-104
Diffstat (limited to 'selftest/target')
-rw-r--r-- | selftest/target/Samba4.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm index d9385c82a1..c46f192502 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 "; |