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 5734533443..7fcf1f3101 100755 --- a/source4/script/tests/selftest.sh +++ b/source4/script/tests/selftest.sh @@ -8,7 +8,7 @@ then fi if [ -z "$TORTURE_MAXTIME" ]; then - TORTURE_MAXTIME=450 + TORTURE_MAXTIME=600 fi OLD_PWD=`pwd` |