summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2004-11-30 06:29:45 +0000
committerTanya Lattner <tonic@nondot.org>2004-11-30 06:29:45 +0000
commitb761433e81aae85d64b5b88826db80c58cbd0eb1 (patch)
treeb4335bc56f621cb5b1a43274b401ce04fc9d570a /test
parent7747040410fbeb4dcdc0edcdb450302427dd1762 (diff)
downloadllvm-b761433e81aae85d64b5b88826db80c58cbd0eb1.tar.gz
llvm-b761433e81aae85d64b5b88826db80c58cbd0eb1.tar.bz2
llvm-b761433e81aae85d64b5b88826db80c58cbd0eb1.tar.xz
Adding timeout for a test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18372 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/lib/llvm-dg.exp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lib/llvm-dg.exp b/test/lib/llvm-dg.exp
index 55813c9b33..3e10e01acf 100644
--- a/test/lib/llvm-dg.exp
+++ b/test/lib/llvm-dg.exp
@@ -1,5 +1,7 @@
proc llvm-runtest { programs objdir srcdir subdir target_triplet llvmgcc llvmgxx prcontext} {
+ set timeout 60
+
set path [file join $objdir $subdir]
#Make Output Directory if it does not exist already