Skip to content

Commit 0d572eb

Browse files
lpcoxCopilot
andcommitted
fix(ci): increase smoke workflow timeouts from 5 to 15 minutes
With --build-local, Docker image builds take 7+ minutes on cold cache (no layer cache on CI runners). The 5-minute step timeout causes the Copilot CLI execution step to be killed before the agent even starts. Increase timeout-minutes from 5 to 15 in: - smoke-copilot-byok (md + lock) - smoke-copilot (md + lock) - smoke-gemini (md only, lock was already 15) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a6059f1 commit 0d572eb

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/smoke-copilot-byok.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/smoke-copilot-byok.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ safe-outputs:
3535
run-started: "🔑 [{workflow_name}]({run_url}) is testing offline BYOK mode on this {event_type}..."
3636
run-success: "✅ [{workflow_name}]({run_url}) completed. Copilot BYOK mode operational. 🔓"
3737
run-failure: "❌ [{workflow_name}]({run_url}) reports {status}. BYOK mode investigation needed..."
38-
timeout-minutes: 5
38+
timeout-minutes: 15
3939
env:
4040
COPILOT_API_KEY: dummy-byok-key-for-offline-mode
4141
COPILOT_MODEL: claude-opus-4.6

.github/workflows/smoke-copilot.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/smoke-copilot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ safe-outputs:
3737
run-started: "📰 BREAKING: [{workflow_name}]({run_url}) is now investigating this {event_type}. Sources say the story is developing..."
3838
run-success: "📰 VERDICT: [{workflow_name}]({run_url}) has concluded. All systems operational. This is a developing story. 🎤"
3939
run-failure: "📰 DEVELOPING STORY: [{workflow_name}]({run_url}) reports {status}. Our correspondents are investigating the incident..."
40-
timeout-minutes: 5
40+
timeout-minutes: 15
4141
sandbox:
4242
agent:
4343
version: v0.25.29

.github/workflows/smoke-gemini.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ secrets:
3939
GEMINI_API_KEY:
4040
value: ${{ secrets.GEMINI_API_KEY }}
4141
description: "Google Gemini API key for inference"
42-
timeout-minutes: 5
42+
timeout-minutes: 15
4343
sandbox:
4444
agent:
4545
version: v0.25.29

0 commit comments

Comments
 (0)