From f233c4963f2beb4d1186f03057c20e30f461de4a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Feb 2026 05:04:55 +0000 Subject: [PATCH 1/2] Initial plan From b4157257d7ba00171d9d40c43a2da65226c477e5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Feb 2026 05:12:39 +0000 Subject: [PATCH 2/2] Fix TestMaxTurnsCompilation test: replace timeout_minutes with timeout-minutes Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- pkg/workflow/max_turns_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/workflow/max_turns_test.go b/pkg/workflow/max_turns_test.go index b1dc696d77..4b313ab6d9 100644 --- a/pkg/workflow/max_turns_test.go +++ b/pkg/workflow/max_turns_test.go @@ -76,7 +76,7 @@ permissions: engine: id: claude max-turns: 10 -timeout_minutes: 15 +timeout-minutes: 15 strict: false tools: github: