Skip to content

Commit

Permalink
patch(integration_test_charm.yaml): Add missing timeout-minutes (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical authored Aug 21, 2024
1 parent 37b1589 commit eea7a85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration_test_charm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,10 @@ jobs:
needs:
- collect-integration-tests
runs-on: ${{ matrix.groups.runner || fromJSON(needs.collect-integration-tests.outputs.default_runner) }}
timeout-minutes: 308 # Sum of steps `timeout-minutes` + 5
timeout-minutes: 309 # Sum of steps `timeout-minutes` + 5
steps:
- name: (Data Platform hosted) Write job name to file
timeout-minutes: 1
# Data Platform hosted
# `inputs.architecture == 'arm64' && matrix.groups.runner == null` means Data Platform hosted (default runner)
if: ${{ matrix.groups.data_platform_hosted || (inputs.architecture == 'arm64' && matrix.groups.runner == null) }}
Expand Down

0 comments on commit eea7a85

Please sign in to comment.