summaryrefslogtreecommitdiff
path: root/source4/script/tests/selftest.sh
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2006-08-04 07:00:53 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:15:21 -0500
commit5d05a1a7266e56ab8afeae3cae09ed7e23a4cfea (patch)
treee1338da2c78f5b85482be79a72a54fda677e987c /source4/script/tests/selftest.sh
parent303c106155defc67200d8510530b2fa212676549 (diff)
downloadsamba-5d05a1a7266e56ab8afeae3cae09ed7e23a4cfea.tar.gz
samba-5d05a1a7266e56ab8afeae3cae09ed7e23a4cfea.tar.bz2
samba-5d05a1a7266e56ab8afeae3cae09ed7e23a4cfea.zip
r17396: Bump the time up again. RPC-SAMR can slow, I probably need to break
it up again... Andrew Bartlett (This used to be commit 110de3a3a294063bd05db4570a8983ad7072ad09)
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 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`