diff --git a/eng/pipelines/azure-pipelines-public.yml b/eng/pipelines/azure-pipelines-public.yml index 646680615b..c98c1b248f 100644 --- a/eng/pipelines/azure-pipelines-public.yml +++ b/eng/pipelines/azure-pipelines-public.yml @@ -75,7 +75,7 @@ stages: - job: Windows # timeout accounts for wait times for helix agents up to 30mins - timeoutInMinutes: 60 + timeoutInMinutes: 90 pool: name: $(DncEngPublicBuildPool) @@ -104,7 +104,7 @@ stages: - job: Linux # timeout accounts for wait times for helix agents up to 30mins - timeoutInMinutes: 60 + timeoutInMinutes: 90 pool: name: $(DncEngPublicBuildPool) diff --git a/eng/pipelines/azure-pipelines.yml b/eng/pipelines/azure-pipelines.yml index 2c8894267b..6e080b7e59 100644 --- a/eng/pipelines/azure-pipelines.yml +++ b/eng/pipelines/azure-pipelines.yml @@ -140,7 +140,7 @@ extends: - job: Windows # timeout accounts for wait times for helix agents up to 30mins - timeoutInMinutes: 60 + timeoutInMinutes: 90 pool: name: NetCore1ESPool-Internal @@ -170,7 +170,7 @@ extends: - ${{ if eq(variables._RunAsPublic, True) }}: - job: Linux # timeout accounts for wait times for helix agents up to 30mins - timeoutInMinutes: 60 + timeoutInMinutes: 90 pool: name: NetCore1ESPool-Internal