mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Allow tests to run for 5 minutes before timing out.
llvm-svn: 5677
This commit is contained in:
parent
09c35df4e9
commit
19150ab1b3
@ -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";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user