selftest: run the BASE-DELAYWRITE test 4 times faster in make test
authorStefan Metzmacher <metze@samba.org>
Tue, 8 Apr 2008 16:50:49 +0000 (18:50 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 8 Apr 2008 16:53:38 +0000 (18:53 +0200)
metze
(This used to be commit 83b6da7c52a6f5285a9765d22d13a53fe9dc80e5)

source3/script/tests/selftest.sh
source3/script/tests/test_posix_s3.sh

index 492a2c36c630f5a27c569bb7de0240453221be0d..b53940ea408aa8e879b06f491728ceae4f292050 100755 (executable)
@@ -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
index c0983ad3ffdd4fceb921b963c32666efcd74fe55..11f1f0eda4078327548d6d705d2bfbc56d30b875 100755 (executable)
@@ -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