mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
#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:
parent
4368332f6c
commit
b9c2e75051
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue