s4:selftest: make the use of writetimeupdatedelay consistent across all tests
authorMichael Adam <obnox@samba.org>
Thu, 15 Mar 2012 16:32:51 +0000 (17:32 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 15 Mar 2012 19:20:13 +0000 (20:20 +0100)
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

selftest/target/Samba4.pm

index d9385c82a175ed5a5ae82a438d8190afbaf8f714..c46f192502a281cfbb370fdf2e12928ba94c1f61 100644 (file)
@@ -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
 
 ";