We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df2b4fc + 82c3307 commit 9d67f4cCopy full SHA for 9d67f4c
1 file changed
.github/workflows/build.yaml
@@ -57,7 +57,10 @@ jobs:
57
58
build:
59
runs-on: ubuntu-24.04
60
- timeout-minutes: 5
+ # 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
64
needs:
65
- setup
66
env:
0 commit comments