From 0e58e417ee51436990e20e769aa270ef40e8b586 Mon Sep 17 00:00:00 2001 From: Rob Bavey Date: Fri, 22 Nov 2024 11:57:15 -0500 Subject: [PATCH] Increase timeout for docs PR link action (#16718) Update the timeout from 15 minutes to 30 minutes to try and fix the inline docs previews feature, and cleanup comments --- .github/workflows/add-docs-preview-link.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/add-docs-preview-link.yml b/.github/workflows/add-docs-preview-link.yml index b99a9fdce1f..e8bbb57ac9e 100644 --- a/.github/workflows/add-docs-preview-link.yml +++ b/.github/workflows/add-docs-preview-link.yml @@ -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'