summaryrefslogtreecommitdiff
path: root/tests/src/JIT
diff options
context:
space:
mode:
authorSergey Andreenko <seandree@microsoft.com>2019-05-22 18:19:20 -0700
committerGitHub <noreply@github.com>2019-05-22 18:19:20 -0700
commit94d7827a0803587c693709d469306168bd90db01 (patch)
tree840d23dcaebda4eb59c3dd29595fac2b76b40dfa /tests/src/JIT
parent613c95c1909cae364c4991491197342ec5c99178 (diff)
downloadcoreclr-94d7827a0803587c693709d469306168bd90db01.tar.gz
coreclr-94d7827a0803587c693709d469306168bd90db01.tar.bz2
coreclr-94d7827a0803587c693709d469306168bd90db01.zip
Change timeouts for outerloop job and move one test to longRunningGc. (#24731)
* Change outerloop timeout per collection. We have different test collections timeouts on Alpine.38.Amd64, examples: https://mc.dot.net/#/user/coreclr-ci/ci~2Fdotnet~2Fcoreclr~2Frefs~2Fheads~2Fmaster/test~2Ffunctional~2Fcli~2F/20190521.780/workItem/JIT.jit64.hfa/wilogs https://mc.dot.net/#/user/coreclr-ci/ci~2Fdotnet~2Fcoreclr~2Frefs~2Fheads~2Fmaster/test~2Ffunctional~2Fcli~2F/20190521.779/workItem/PayloadGroup0/wilogs https://mc.dot.net/#/user/coreclr-ci/ci~2Fdotnet~2Fcoreclr~2Frefs~2Fheads~2Fmaster/test~2Ffunctional~2Fr2r~2Fcli~2F/20190521.783/workItem/Loader.classloader.TypeGeneratorTests.TypeGeneratorTest0-299/wilogs * Move _il_relthread-race to pri1 and mark as long running GC test.
Diffstat (limited to 'tests/src/JIT')
-rw-r--r--tests/src/JIT/Methodical/tailcall/Desktop/_il_relthread-race.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/src/JIT/Methodical/tailcall/Desktop/_il_relthread-race.csproj b/tests/src/JIT/Methodical/tailcall/Desktop/_il_relthread-race.csproj
index eb83be738e..0188023b03 100644
--- a/tests/src/JIT/Methodical/tailcall/Desktop/_il_relthread-race.csproj
+++ b/tests/src/JIT/Methodical/tailcall/Desktop/_il_relthread-race.csproj
@@ -14,6 +14,9 @@
<!-- NOTE: this test simply takes too long to complete under heap verify or GCStress. It is not fundamentally incompatible. -->
<HeapVerifyIncompatible>true</HeapVerifyIncompatible>
<GCStressIncompatible>true</GCStressIncompatible>
+
+ <IsLongRunningGCTest>true</IsLongRunningGCTest>
+ <CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">