Commit 82c3307
Raise publish build timeout to 10 minutes
The publish `build` job is capped at `timeout-minutes: 5`, but the build was
already running ~4m41s (references:all clones and generates docs for three
products, which is network-variable). The component-version refresh tasks added
in #339 make additional live GitHub API calls, pushing a representative build to
~5m06s — over the cap — so the job was cancelled at the Archive step and the
deploy was skipped, leaving master unpublished.
Raise the cap to 10 minutes to restore publishing and give headroom for the
network-variable build.
Signed-off-by: Michael Harp <mike@mikeharp.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent df2b4fc commit 82c3307
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
| |||
0 commit comments