summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2006-08-04 06:53:17 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:15:21 -0500
commit303c106155defc67200d8510530b2fa212676549 (patch)
tree28335d4224316b65b9381e14b75a0e507c81499a
parent416625319bba06b7ab54a8f8cc964bfc284f67ed (diff)
downloadsamba-303c106155defc67200d8510530b2fa212676549.tar.gz
samba-303c106155defc67200d8510530b2fa212676549.tar.bz2
samba-303c106155defc67200d8510530b2fa212676549.zip
r17395: Add some more time to the default runtime. Now 7.5 mins.
Andrew Bartlett (This used to be commit 5cb916b57adaac7cb83cfde487aac5f901186e70)
-rwxr-xr-xsource4/script/tests/selftest.sh2
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`