From 303c106155defc67200d8510530b2fa212676549 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 4 Aug 2006 06:53:17 +0000 Subject: r17395: Add some more time to the default runtime. Now 7.5 mins. Andrew Bartlett (This used to be commit 5cb916b57adaac7cb83cfde487aac5f901186e70) --- source4/script/tests/selftest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` -- cgit