1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

selftest: run the BASE-DELAYWRITE test 4 times faster in make test

metze
(This used to be commit 83b6da7c52)
This commit is contained in:
Stefan Metzmacher 2008-04-08 18:50:49 +02:00
parent 0d49500c35
commit c5cf066c8b
2 changed files with 2 additions and 0 deletions

View File

@ -183,6 +183,7 @@ cat >$SERVERCONFFILE<<EOF
path = $PREFIX_ABS/tmp
read only = no
smbd:sharedelay = 100000
smbd:writetimeupdatedelay = 500000
map hidden = yes
map system = yes
create mask = 755

View File

@ -55,6 +55,7 @@ skipped="$skipped RAW-SFILEINFO"
echo "WARNING: Skipping tests $skipped"
ADDARGS="$ADDARGS --option=torture:sharedelay=100000"
ADDARGS="$ADDARGS --option=torture:writetimeupdatedelay=500000"
failed=0
for t in $tests; do