Skip to content

Commit

Permalink
patch(integration_test_charm.yaml): Decrease bootstrap timeout (#199)
Browse files Browse the repository at this point in the history
Issues with extremely slow LXD image download fixed
  • Loading branch information
carlcsaposs-canonical authored Jun 21, 2024
1 parent 1540c72 commit 2e008de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration_test_charm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
needs:
- collect-integration-tests
runs-on: ${{ matrix.groups.runner || fromJSON(needs.collect-integration-tests.outputs.default_runner) }}
timeout-minutes: 216 # Sum of steps `timeout-minutes` + 5
timeout-minutes: 206 # Sum of steps `timeout-minutes` + 5
steps:
- name: (Data Platform hosted) Write job name to file
# Data Platform hosted
Expand Down Expand Up @@ -345,7 +345,7 @@ jobs:
- timeout-minutes: 1
run: snap list
- name: Set up environment
timeout-minutes: 25
timeout-minutes: 15
run: |
mkdir -p ~/.local/share/juju # Workaround for juju 3 strict snap
sg '${{ steps.parse-cloud.outputs.group }}' -c "juju bootstrap '${{ inputs.cloud }}' '${{ steps.parse-versions.outputs.agent_bootstrap_option }}'"
Expand Down

0 comments on commit 2e008de

Please sign in to comment.