diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-10-23 15:38:54 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-10-23 15:38:54 +1100 |
commit | 0fca2b078ceb314e429e24e3318b50451ccf423b (patch) | |
tree | 3c40e44f943ff6db3af0a106773f48703de4087f /source4/selftest | |
parent | 0b624d9effa950e1e7ba95866a37b84bb74be772 (diff) | |
download | samba-0fca2b078ceb314e429e24e3318b50451ccf423b.tar.gz samba-0fca2b078ceb314e429e24e3318b50451ccf423b.tar.xz samba-0fca2b078ceb314e429e24e3318b50451ccf423b.zip |
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.
Diffstat (limited to 'source4/selftest')
-rwxr-xr-x | source4/selftest/tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/selftest/tests.sh b/source4/selftest/tests.sh index e145ea0e3b3..753d4f3f8b8 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$ |