mirror of https://github.com/CGAL/cgal
- Change the default ulimit from 20 minutes to 60 minutes.
This commit is contained in:
parent
95230146d0
commit
8d012cf255
|
|
@ -67,7 +67,7 @@ compile_and_run()
|
||||||
fi
|
fi
|
||||||
echo "Executing \$1 ... "
|
echo "Executing \$1 ... "
|
||||||
echo
|
echo
|
||||||
ulimit -t 1200
|
ulimit -t 3600
|
||||||
if eval \$COMMAND > \$OUTPUTFILE 2>&1 ; then
|
if eval \$COMMAND > \$OUTPUTFILE 2>&1 ; then
|
||||||
echo " succesful execution of \$1" >> \$ERRORFILE
|
echo " succesful execution of \$1" >> \$ERRORFILE
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue