Commit 0d572eb
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
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments