Increase a test timeout
authorJohn Chen (CLR) <jochen@microsoft.com>
Fri, 6 May 2016 17:26:46 +0000 (10:26 -0700)
committerJohn Chen (CLR) <jochen@microsoft.com>
Mon, 9 May 2016 18:42:30 +0000 (11:42 -0700)
Test case tests/src/GC/Regressions/v2.0-beta2/462651 occasionally fails
due to time out (see issue dotnet/coreclr#3691). Mark it with IsLongRunningGCTest.

Commit migrated from https://github.com/dotnet/coreclr/commit/1ec4df87d931ccaf7e054aefd4d0192325264041

src/coreclr/tests/longRunningGcTests.txt
src/coreclr/tests/src/GC/Regressions/v2.0-beta2/462651/462651.csproj

index 8259df9..0c31ec9 100644 (file)
@@ -6,4 +6,5 @@ GC/Features/PartialCompaction/eco1/eco1.sh
 GC/Features/PartialCompaction/partialcompactiontest/partialcompactiontest.sh
 GC/Features/PartialCompaction/partialcompactionwloh/partialcompactionwloh.sh
 GC/Features/SustainedLowLatency/sustainedlowlatency_race_reverse/sustainedlowlatency_race_reverse.sh
-GC/Features/SustainedLowLatency/sustainedlowlatency_race/sustainedlowlatency_race.sh
\ No newline at end of file
+GC/Features/SustainedLowLatency/sustainedlowlatency_race/sustainedlowlatency_race.sh
+GC/Regressions/v2.0-beta2/462651/462651/462651.sh
index 8091381..eaf9466 100644 (file)
@@ -13,6 +13,7 @@
     <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages</ReferencePath>
     <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
     <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp>
+    <IsLongRunningGCTest>true</IsLongRunningGCTest>
   </PropertyGroup>
   <!-- Default configurations to help VS understand the configurations -->
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">