increase timeout (2sec) to avoid problems when running in a VM
This commit is contained in:
parent
4d72bc23b0
commit
becfcb3935
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue