From 79a1baec86312d02b9aa67d364eedb80bb13480d Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 15 Mar 2012 17:32:51 +0100 Subject: [PATCH] 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 --- selftest/target/Samba4.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 "; -- 2.34.1