From 0fca2b078ceb314e429e24e3318b50451ccf423b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 23 Oct 2009 15:38:54 +1100 Subject: s4-selftest: lower some of the timeouts during make test This speeds up some of the delay based tests by a lot. There is no need to have long delays during testing. --- selftest/target/Samba4.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'selftest') 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 -- cgit