Skip to content

Commit

Permalink
#135: 120s
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 20, 2025
1 parent a49aafa commit 08f9bd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ jobs:
aws-resource-tags: '[{"Key":"Name","Value":"hone-deep"}]'
github-token: ${{ secrets.AWS_PAT }}
ec2-image-id: ${{ secrets.AWS_AMI }}
ec2-instance-type: t2.2xlarge
ec2-instance-type: t2.4xlarge
subnet-id: ${{ secrets.AWS_SUBNET }}
security-group-id: ${{ secrets.AWS_SGROUP }}
deep:
runs-on: ubuntu-24.04
timeout-minutes: 60
timeout-minutes: 120
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand Down

0 comments on commit 08f9bd1

Please sign in to comment.