Bump timeout in global-build.yml for debug runtime builds (#40309)
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Tue, 4 Aug 2020 13:40:00 +0000 (15:40 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Aug 2020 13:40:00 +0000 (06:40 -0700)
A good build of the `runtime-live-build` pipeline takes between 45-55mins for the debug runtime configurations already so we sometimes run into the 60mins default Azure DevOps timeout if we happen to catch a slow machine.

Bumping the timeout to 120mins like we do in other pipelines to fix this.

eng/pipelines/global-build.yml

index 9721eb4..2d7e301 100644 (file)
@@ -48,6 +48,7 @@ jobs:
       testGroup: innerloop
       nameSuffix: Runtime_Debug
       buildArgs: -c release -runtimeConfiguration debug
+      timeoutInMinutes: 120
 
 #
 # Build with Debug config and Release runtimeConfiguration