diff options
-rw-r--r-- | selftest/target/Samba4.pm | 10 | ||||
-rwxr-xr-x | source4/selftest/tests.sh | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm index 3c0c4f5152..db2793e36b 100644 --- a/selftest/target/Samba4.pm +++ b/selftest/target/Samba4.pm @@ -723,7 +723,7 @@ sub provision($$$$$$$) [tmp] path = $ctx->{tmpdir} read only = no - posix:sharedelay = 100000 + posix:sharedelay = 10000 posix:eadb = $ctx->{lockdir}/eadb.tdb posix:oplocktimeout = 3 posix:writetimeupdatedelay = 500000 @@ -731,18 +731,18 @@ sub provision($$$$$$$) [test1] path = $ctx->{tmpdir}/test1 read only = no - posix:sharedelay = 100000 + posix:sharedelay = 10000 posix:eadb = $ctx->{lockdir}/eadb.tdb posix:oplocktimeout = 3 - posix:writetimeupdatedelay = 500000 + posix:writetimeupdatedelay = 50000 [test2] path = $ctx->{tmpdir}/test2 read only = no - posix:sharedelay = 100000 + posix:sharedelay = 10000 posix:eadb = $ctx->{lockdir}/eadb.tdb posix:oplocktimeout = 3 - posix:writetimeupdatedelay = 500000 + posix:writetimeupdatedelay = 50000 [cifs] read only = no diff --git a/source4/selftest/tests.sh b/source4/selftest/tests.sh index e145ea0e3b..753d4f3f8b 100755 --- a/source4/selftest/tests.sh +++ b/source4/selftest/tests.sh @@ -280,9 +280,9 @@ plantest "ntp.signd" dc $smb4torture ncacn_np:"\$SERVER" -U"\$USERNAME"%"\$PASSW # Tests against the NTVFS POSIX backend NTVFSARGS="" -NTVFSARGS="${NTVFSARGS} --option=torture:sharedelay=100000" +NTVFSARGS="${NTVFSARGS} --option=torture:sharedelay=10000" NTVFSARGS="${NTVFSARGS} --option=torture:oplocktimeout=3" -NTVFSARGS="${NTVFSARGS} --option=torture:writetimeupdatedelay=500000" +NTVFSARGS="${NTVFSARGS} --option=torture:writetimeupdatedelay=50000" smb2=`$smb4torture --list | grep "^SMB2-" | xargs` #The QFILEINFO-IPC test needs to be on ipc$ |