From 316434a99ab725f26448b3cf8b535f34676f5e1f Mon Sep 17 00:00:00 2001 From: Maksim Fedotov Date: Fri, 22 May 2026 09:29:00 +0300 Subject: [PATCH 1/2] chore(ci): update timeout for nested e2e bootstrap Signed-off-by: Maksim Fedotov --- .github/workflows/e2e-reusable-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-reusable-pipeline.yml b/.github/workflows/e2e-reusable-pipeline.yml index cde8a3c989..37b6445211 100644 --- a/.github/workflows/e2e-reusable-pipeline.yml +++ b/.github/workflows/e2e-reusable-pipeline.yml @@ -313,7 +313,7 @@ jobs: task dhctl-bootstrap echo "[SUCCESS] Done" - timeout-minutes: 30 + timeout-minutes: 45 - name: Bootstrap cluster [show-connection-info] working-directory: ${{ env.SETUP_CLUSTER_TYPE_PATH }} run: | From 49d426f79d62219c643388c9f03af0f6ad6bb0c1 Mon Sep 17 00:00:00 2001 From: Maksim Fedotov Date: Fri, 22 May 2026 10:24:55 +0300 Subject: [PATCH 2/2] set timeout to 60 Signed-off-by: Maksim Fedotov --- .github/workflows/e2e-reusable-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-reusable-pipeline.yml b/.github/workflows/e2e-reusable-pipeline.yml index 37b6445211..6da1aa3b39 100644 --- a/.github/workflows/e2e-reusable-pipeline.yml +++ b/.github/workflows/e2e-reusable-pipeline.yml @@ -313,7 +313,7 @@ jobs: task dhctl-bootstrap echo "[SUCCESS] Done" - timeout-minutes: 45 + timeout-minutes: 60 - name: Bootstrap cluster [show-connection-info] working-directory: ${{ env.SETUP_CLUSTER_TYPE_PATH }} run: |