Skip to content

Commit 9d67f4c

Browse files
Merge pull request #340 from miharp/fix/publish-build-timeout
Raise publish build timeout to 10 minutes
2 parents df2b4fc + 82c3307 commit 9d67f4c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,10 @@ jobs:
5757
5858
build:
5959
runs-on: ubuntu-24.04
60-
timeout-minutes: 5
60+
# references:all clones and generates docs for three products and the
61+
# component-version tasks make live GitHub API calls, so the build is network-
62+
# variable and runs ~5 min; give headroom above the previous tight 5-min cap.
63+
timeout-minutes: 10
6164
needs:
6265
- setup
6366
env:

0 commit comments

Comments
 (0)