From d3b714c0d34380e8bd8aefbea08cd22a9a238f92 Mon Sep 17 00:00:00 2001
From: Rich Prohaska <prohaska@tokutek.com>
Date: Wed, 12 Oct 2011 15:25:50 +0000
Subject: [PATCH] #3752 limit execution time to 2 hours refs[t:3752]

git-svn-id: file:///svn/toku/tokudb@35617 c7de825b-a66e-492c-adef-691d508d4ae1
---
 scripts/build.check.icc.bash | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/build.check.icc.bash b/scripts/build.check.icc.bash
index a6a27996c1..8b03249dea 100755
--- a/scripts/build.check.icc.bash
+++ b/scripts/build.check.icc.bash
@@ -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
-- 
2.30.9