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

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

metze
This commit is contained in:
Stefan Metzmacher 2008-04-08 18:50:49 +02:00
parent f4a1fdaac0
commit 83b6da7c52
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