#3752 limit execution time to 2 hours refs[t:3752]

git-svn-id: file:///svn/toku/tokudb@35617 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Rich Prohaska 2013-04-16 23:59:51 -04:00 committed by Yoni Fogel
parent 4368332f6c
commit b9c2e75051

View file

@ -373,7 +373,7 @@ export VALGRIND=$VALGRIND
# setup VGRIND
if [ $dovalgrind = 0 ] ; then export VGRIND=""; fi
# limit execution time to 1 hour
ulimit -t 3600
# limit execution time to 2 hours
ulimit -t 7200
build $bdb