aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-02-28 19:40:05 +0000
committerChris Lattner <sabre@nondot.org>2003-02-28 19:40:05 +0000
commit9b50cbf7572829d6994aee7f4abbd56bf1a512bf (patch)
tree523ae46b80248520121333fc8c222032772a238d
parentcaadc93f7b3e950c16ff6cd497baffe7cadc1477 (diff)
downloadexternal_llvm-9b50cbf7572829d6994aee7f4abbd56bf1a512bf.zip
external_llvm-9b50cbf7572829d6994aee7f4abbd56bf1a512bf.tar.gz
external_llvm-9b50cbf7572829d6994aee7f4abbd56bf1a512bf.tar.bz2
Allow tests to run for 5 minutes before timing out.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5677 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-xutils/NightlyTest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/NightlyTest.pl b/utils/NightlyTest.pl
index c90a2c2..12ef6dd 100755
--- a/utils/NightlyTest.pl
+++ b/utils/NightlyTest.pl
@@ -270,7 +270,7 @@ chdir "test/Programs" or die "Could not change into programs testdir!";
# Run the programs tests... creating a report.nightly.html file
if (!$NOTEST) {
system "gmake $MAKEOPTS report.nightly.html TEST=nightly "
- . "> $Prefix-ProgramTest.txt 2>&1";
+ . "RUNTIMELIMIT=300 > $Prefix-ProgramTest.txt 2>&1";
} else {
system "gunzip $Prefix-ProgramTest.txt.gz";
}