Skip to content

Commit

Permalink
increase timeout value to 90 minutes for deployment action
Browse files Browse the repository at this point in the history
  • Loading branch information
hrodmn committed Jan 5, 2025
1 parent b4cded1 commit 15c9f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build_package_and_deploy:
name: Build, package and deploy
runs-on: ubuntu-latest
timeout-minutes: 60
timeout-minutes: 90
env:
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION_DEPLOY }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID_DEPLOY }}
Expand Down

0 comments on commit 15c9f6a

Please sign in to comment.