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