summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Andreenko <seandree@microsoft.com>2019-03-29 15:31:28 -0700
committerSergey Andreenko <seandree@microsoft.com>2019-03-29 15:31:28 -0700
commitfd81d2dfc658a1cfc7bf7957ef538b1ae2172989 (patch)
treec84bd5e7b8fd5e0442d57dbc30d9b8c0ba7ebc8f
parent6b889aba05b8e1ccc9cef793a2d1293e30598453 (diff)
downloadcoreclr-fd81d2dfc658a1cfc7bf7957ef538b1ae2172989.tar.gz
coreclr-fd81d2dfc658a1cfc7bf7957ef538b1ae2172989.tar.bz2
coreclr-fd81d2dfc658a1cfc7bf7957ef538b1ae2172989.zip
Increase GCStress test timeouts.
New machines are slower that we had before, so increate the timeout for the longest runs.
-rw-r--r--eng/test-job.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/eng/test-job.yml b/eng/test-job.yml
index 8963c9e1d2..7c70377596 100644
--- a/eng/test-job.yml
+++ b/eng/test-job.yml
@@ -169,9 +169,12 @@ jobs:
${{ if eq(parameters.testGroup, 'outerloop') }}:
timeoutPerTestCollectionInMinutes: 60
timeoutPerTestInMinutes: 10
- ${{ if in(parameters.testGroup, 'outerloop-jitminopts-jitstress1-jitstress2', 'outerloop-jitstressregs', 'outerloop-jitstress2-jitstressregs', 'outerloop-gcstress0x3-gcstress0xc') }}:
+ ${{ if in(parameters.testGroup, 'outerloop-jitminopts-jitstress1-jitstress2', 'outerloop-jitstressregs', 'outerloop-jitstress2-jitstressregs') }}:
timeoutPerTestCollectionInMinutes: 120
timeoutPerTestInMinutes: 30
+ ${{ if in(parameters.testGroup, 'outerloop-gcstress0x3-gcstress0xc') }}:
+ timeoutPerTestCollectionInMinutes: 240
+ timeoutPerTestInMinutes: 60
runCrossGen: ${{ parameters.readyToRun }}