From 8df1ef8cb5997cf5a0421204c6e3d241b28f7ca8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Mar 2026 18:17:25 +0000 Subject: [PATCH 1/2] Initial plan From dc61219e95f0f6014aa5511df4c510ce04ac7a3e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Mar 2026 18:19:44 +0000 Subject: [PATCH 2/2] Bump pipeline timeout for CreatePR job to 90 minutes The 60 minute default timeout on regen preview runs is causing the job to be canceled. Bump the timeout to 90 minutes to prevent this. Agent-Logs-Url: https://github.com/microsoft/typespec/sessions/b5180b19-bd1a-4a24-9699-c2c6dc3303db Co-authored-by: jorgerangel-msft <102122018+jorgerangel-msft@users.noreply.github.com> --- packages/http-client-csharp/eng/pipeline/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/http-client-csharp/eng/pipeline/publish.yml b/packages/http-client-csharp/eng/pipeline/publish.yml index a4228df3e92..e369e98bebd 100644 --- a/packages/http-client-csharp/eng/pipeline/publish.yml +++ b/packages/http-client-csharp/eng/pipeline/publish.yml @@ -100,6 +100,7 @@ extends: os: linux jobs: - job: CreatePR + timeoutInMinutes: 90 steps: - checkout: self - pwsh: |