diff options
Diffstat (limited to 'source3/script/tests/test_posix_s3.sh')
-rwxr-xr-x | source3/script/tests/test_posix_s3.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/script/tests/test_posix_s3.sh b/source3/script/tests/test_posix_s3.sh index c0983ad3ff..11f1f0eda4 100755 --- a/source3/script/tests/test_posix_s3.sh +++ b/source3/script/tests/test_posix_s3.sh @@ -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 |