Coverage runs are being aborted: increase timeout (dotnet/corefx#30922)
authorPaulo Janotti <pauloja@microsoft.com>
Mon, 9 Jul 2018 23:36:34 +0000 (16:36 -0700)
committerGitHub <noreply@github.com>
Mon, 9 Jul 2018 23:36:34 +0000 (16:36 -0700)
Commit migrated from https://github.com/dotnet/corefx/commit/7e807db2a42cef08928db09377b9291aeaec42e9

src/libraries/netci.groovy

index df2b129..69fcab7 100644 (file)
@@ -75,7 +75,7 @@ def targetGroupOsMapInnerloop = ['netcoreapp': ['Windows_NT', 'Ubuntu14.04', 'Ub
         // Archive results.
         Utilities.addArchival(newJob, '**/coverage/*,msbuild.log')
         // Timeout. Code coverage runs take longer, so we set the timeout to be longer.
-        Utilities.setJobTimeout(newJob, 180)
+        Utilities.setJobTimeout(newJob, 720)
         // Set triggers
         if (isPR) {
             if (!isLocal) {