Skip to content

Commit

Permalink
chore: increase timeout for snapshot creation (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmooreio authored Dec 3, 2024
1 parent 046783e commit 98ed798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/opensearch-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98ed798

Please sign in to comment.