From 1c5dddb0520f83e96e59ee7801b4a63770676589 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 15 Dec 2025 00:15:32 +0000 Subject: [PATCH 1/3] Initial plan From 635cb47d630111059d0f9ca8690cf0f2ba739a47 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 15 Dec 2025 00:18:04 +0000 Subject: [PATCH 2/3] Fix Azure Pipeline timeout from 2 to 10 minutes Co-authored-by: vslee <366757+vslee@users.noreply.github.com> --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 03c3745a..4d9ae87e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -40,7 +40,7 @@ variables: jobs: - job: build_ci displayName: CI Build - timeoutInMinutes: 2 + timeoutInMinutes: 10 continueOnError: false pool: vmImage: ubuntu-latest From 96044993e4ad0f0f46dd7d1564b020070d95a394 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 15 Dec 2025 00:25:58 +0000 Subject: [PATCH 3/3] Increase publish_tag job timeout from 2 to 5 minutes Co-authored-by: vslee <366757+vslee@users.noreply.github.com> --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4d9ae87e..1ba05184 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -139,7 +139,7 @@ jobs: artifactName: build-$(rid) - job: publish_tag displayName: Publish artifacts to GH - timeoutInMinutes: 2 + timeoutInMinutes: 5 dependsOn: build_tag continueOnError: false pool: