diff --git a/.github/workflows/test-add-replica-matrix.yaml b/.github/workflows/test-add-replica-matrix.yaml index a93ded2f..e3199551 100644 --- a/.github/workflows/test-add-replica-matrix.yaml +++ b/.github/workflows/test-add-replica-matrix.yaml @@ -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 \ diff --git a/.github/workflows/test-add-replica.yaml b/.github/workflows/test-add-replica.yaml index 29a0c7cb..d5ecee54 100644 --- a/.github/workflows/test-add-replica.yaml +++ b/.github/workflows/test-add-replica.yaml @@ -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 \