diff options
Diffstat (limited to 'source4/script/tests/selftest.sh')
-rwxr-xr-x | source4/script/tests/selftest.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/script/tests/selftest.sh b/source4/script/tests/selftest.sh index ac3fd71f94..4f3233a917 100755 --- a/source4/script/tests/selftest.sh +++ b/source4/script/tests/selftest.sh @@ -68,6 +68,11 @@ fi smbd_check_or_start +# ensure any one smbtorture call doesn't run too long +TORTURE_OPTIONS="--maximum-runtime=300" +export TORTURE_OPTIONS + + START=`date` ( # give time for nbt server to register its names |