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. --- source4/selftest/tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/selftest/tests.sh') 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$ -- cgit