mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 04:39:44 +00:00
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
This commit is contained in:
parent
caadc93f7b
commit
9b50cbf757
@ -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