Skip to content

Commit

Permalink
build: update timeout time for destroy step
Browse files Browse the repository at this point in the history
  • Loading branch information
RanbirAulakh committed May 28, 2024
1 parent 80c4ee9 commit b6e9adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/osml_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
aws-region: us-west-2
role-to-assume: arn:aws:iam::${{ secrets[format('OSML_{0}', github.base_ref)] }}:role/GithubAction-AssumeRoleWithAction
role-session-name: GitHub_to_AWS_via_FederatedOIDC
role-duration-seconds: 7200
role-duration-seconds: 14400
- name: Destroy OSML stack(s)
uses: aws-actions/aws-codebuild-run-build@v1
with:
Expand Down

0 comments on commit b6e9adc

Please sign in to comment.