commit | b761433e81aae85d64b5b88826db80c58cbd0eb1 | [log] [tgz] |
---|---|---|
author | Tanya Lattner <tonic@nondot.org> | Tue Nov 30 06:29:45 2004 +0000 |
committer | Tanya Lattner <tonic@nondot.org> | Tue Nov 30 06:29:45 2004 +0000 |
tree | b4335bc56f621cb5b1a43274b401ce04fc9d570a | |
parent | 7747040410fbeb4dcdc0edcdb450302427dd1762 [diff] [blame] |
Adding timeout for a test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18372 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/lib/llvm-dg.exp b/test/lib/llvm-dg.exp index 55813c9..3e10e01 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