From becfcb3935c8f2307162ef06988a82c4c96805fa Mon Sep 17 00:00:00 2001 From: Ichthyostega Date: Sat, 13 Sep 2008 01:59:39 +0200 Subject: [PATCH] increase timeout (2sec) to avoid problems when running in a VM --- tests/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test.sh b/tests/test.sh index d919ed073..e2d5159b7 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -30,7 +30,7 @@ export LC_ALL=C arg0="$0" srcdir="$(dirname "$arg0")" -ulimit -S -t 1 -v 524288 +ulimit -S -t 2 -v 524288 valgrind="" if [ "$VALGRINDFLAGS" = 'DISABLE' ]; then echo "valgrind explicit disabled"