From 4f259464cd9b52d273d38cbc904e9fcbb3238524 Mon Sep 17 00:00:00 2001 From: Daniel Schmidt Date: Mon, 21 Oct 2024 10:23:36 +0200 Subject: [PATCH] chore: increase time the docs conversion might take --- .github/workflows/registry-docs-pr-based.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/registry-docs-pr-based.yml b/.github/workflows/registry-docs-pr-based.yml index bdaea1800e..deec145a06 100644 --- a/.github/workflows/registry-docs-pr-based.yml +++ b/.github/workflows/registry-docs-pr-based.yml @@ -148,7 +148,7 @@ jobs: image: docker.mirror.hashicorp.services/hashicorp/jsii-terraform env: CHECKPOINT_DISABLE: "1" - timeout-minutes: 120 + timeout-minutes: 360 steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: