Skip to content

Commit

Permalink
bump chart wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreat committed Sep 26, 2024
1 parent 58ff720 commit 5a672a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mobilecoin-workflow-dev-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
chart_name: consensus-node
chart_version: ${{ inputs.version }}
chart_values: ${{ env.VALUES_BASE_PATH }}/consensus-node-values.yaml
chart_wait_timeout: 45m
chart_wait_timeout: 60m
release_name: ${{ matrix.release.name }}
namespace: ${{ inputs.namespace }}
rancher_cluster: ${{ secrets.DEV_RANCHER_CLUSTER }}
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
chart_name: mobilecoind
chart_version: ${{ inputs.version }}
chart_values: ${{ env.VALUES_BASE_PATH }}/mobilecoind-values.yaml
chart_wait_timeout: 30m
chart_wait_timeout: 60m
release_name: mobilecoind
namespace: ${{ inputs.namespace }}
rancher_cluster: ${{ secrets.DEV_RANCHER_CLUSTER }}
Expand Down

0 comments on commit 5a672a1

Please sign in to comment.