Commit d3b714c0 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

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

git-svn-id: file:///svn/toku/tokudb@35617 c7de825b-a66e-492c-adef-691d508d4ae1
parent 1bcc27fd
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment