increase timeout (2sec) to avoid problems when running in a VM

This commit is contained in:
Fischlurch 2008-09-13 01:59:39 +02:00
parent 4d72bc23b0
commit becfcb3935

View file

@ -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"