From b22105f1ac1649644a82100da36e12335657b73d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 21 Aug 2006 23:13:06 +0000 Subject: r17675: increase max torture test runtime - we have some v slow hosts in the farm! (This used to be commit 6a7800064fe456b47ea6d8b781a3e7fe7f8353ad) --- source4/script/tests/selftest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/script') 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` -- cgit