From 98ed798eb5b558a6b41cf6da634a562180d94595 Mon Sep 17 00:00:00 2001 From: Andrew Moore <20435317+andrewmooreio@users.noreply.github.com> Date: Tue, 3 Dec 2024 16:24:12 +0000 Subject: [PATCH] chore: increase timeout for snapshot creation (#114) --- .github/workflows/opensearch-backup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/opensearch-backup.yml b/.github/workflows/opensearch-backup.yml index 783804e..bc59b91 100644 --- a/.github/workflows/opensearch-backup.yml +++ b/.github/workflows/opensearch-backup.yml @@ -50,7 +50,7 @@ jobs: helm install opensearch-backup . \ --set opensearch.environment=${{ matrix.environment || github.event.inputs.environment }} - kubectl wait job/opensearch-backup --for=condition=complete --timeout=1h + kubectl wait job/opensearch-backup --for=condition=complete --timeout=3h - name: Output job logs run: | # Get the pod name from the job