Skip to content

Commit

Permalink
Increase timeout for docs PR link action
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
  • Loading branch information
robbavey authored Nov 21, 2024
1 parent eb7e125 commit 8144ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-docs-preview-link.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
statusName: "buildkite/docs-build-pr"
# https://elasticsearch-ci.elastic.co/job/elastic+logstash+pull-request+build-docs
# 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 8144ba8

Please sign in to comment.