diff options
Diffstat (limited to 'source4/script')
-rwxr-xr-x | source4/script/tests/selftest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/selftest.sh b/source4/script/tests/selftest.sh index 67e3cf65ce..e28aaf60df 100755 --- a/source4/script/tests/selftest.sh +++ b/source4/script/tests/selftest.sh @@ -13,7 +13,7 @@ ARG2=$2 ARG3=$3 if [ -z "$TORTURE_MAXTIME" ]; then - TORTURE_MAXTIME=600 + TORTURE_MAXTIME=1200 fi OLD_PWD=`pwd` |