diff options
Diffstat (limited to 'source4/script/tests/selftest.sh')
-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 c5df7146e5..5734533443 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=300 + TORTURE_MAXTIME=450 fi OLD_PWD=`pwd` |