summaryrefslogtreecommitdiff
path: root/source4/script/tests/selftest.sh
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-08-21 23:13:06 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:16:22 -0500
commitb22105f1ac1649644a82100da36e12335657b73d (patch)
tree0275d31a36ebc90c64c96483cef30daa359d373c /source4/script/tests/selftest.sh
parent714f3991a1895c6b2487bbc215ec2943902a93b4 (diff)
downloadsamba-b22105f1ac1649644a82100da36e12335657b73d.tar.gz
samba-b22105f1ac1649644a82100da36e12335657b73d.tar.bz2
samba-b22105f1ac1649644a82100da36e12335657b73d.zip
r17675: increase max torture test runtime - we have some v slow hosts in the
farm! (This used to be commit 6a7800064fe456b47ea6d8b781a3e7fe7f8353ad)
Diffstat (limited to 'source4/script/tests/selftest.sh')
-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 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`