Skip to content

Commit

Permalink
Increase timeout for docs PR link action (#16718)
Browse files Browse the repository at this point in the history
Update the timeout from 15 minutes to 30 minutes to try and fix the inline docs previews feature, and cleanup comments
  • Loading branch information
robbavey authored Nov 22, 2024
1 parent 6155450 commit 0e58e41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/add-docs-preview-link.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
# when running with on: pull_request_target we get the PR base ref by default
ref: ${{ github.event.pull_request.head.sha }}
statusName: "buildkite/docs-build-pr"
# https://elasticsearch-ci.elastic.co/job/elastic+logstash+pull-request+build-docs
# https://buildkite.com/elastic/docs-build-pr/builds?meta_data[repo_pr]=${REPO}_${PR}
# usually finishes in ~ 20 minutes
timeoutSeconds: 900
timeoutSeconds: 1800
intervalSeconds: 30
- name: Add Docs Preview link in PR Comment
if: steps.wait-for-status.outputs.state == 'success'
Expand Down

0 comments on commit 0e58e41

Please sign in to comment.