Allow tests to run for 5 minutes before timing out.

llvm-svn: 5677
This commit is contained in:
Chris Lattner 2003-02-28 19:40:05 +00:00
parent e19a9f8ef7
commit b322004c16
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}