Increase GCStress test timeouts.
authorSergey Andreenko <seandree@microsoft.com>
Fri, 29 Mar 2019 22:31:28 +0000 (15:31 -0700)
committerSergey Andreenko <seandree@microsoft.com>
Fri, 29 Mar 2019 22:31:28 +0000 (15:31 -0700)
New machines are slower that we had before, so increate the timeout for the longest runs.

eng/test-job.yml

index 8963c9e..7c70377 100644 (file)
@@ -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 }}