Skip to content

Commit

Permalink
PE-38815 timeout increased
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronShannon committed Aug 27, 2024
1 parent 3fb4e16 commit 192a758
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-add-replica-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
code_manager_auto_configure=true
- name: 'Run add_replica plan'
timeout-minutes: 30
timeout-minutes: 45
run: |
bundle exec bolt plan run peadm_spec::add_replica -v \
--inventoryfile spec/fixtures/litmus_inventory.yaml \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-add-replica.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
code_manager_auto_configure=true
- name: 'Run add_replica plan'
timeout-minutes: 30
timeout-minutes: 45
run: |
bundle exec bolt plan run peadm_spec::add_replica -v \
--inventoryfile spec/fixtures/litmus_inventory.yaml \
Expand Down

0 comments on commit 192a758

Please sign in to comment.