Skip to content

Commit

Permalink
fix : mysql connection 타임아웃 시간 증가
Browse files Browse the repository at this point in the history
  • Loading branch information
KoSeonJe committed Aug 19, 2024
1 parent 8739c3c commit 3898daa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/dev-server-integrator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
with:
registry-type: public

- name: Set Docker permissions
run: sudo chmod 666 /var/run/docker.sock

- name: Build, tag, and push docker image to Amazon ECR Public
env:
REGISTRY: ${{ steps.login-ecr-public.outputs.registry }}
Expand Down
4 changes: 4 additions & 0 deletions src/main/resources/application-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ spring:
config:
activate:
on-profile: test
datasource:
hikari:
connection-timeout: 30000
maximum-pool-size: 10

jpa:
hibernate:
Expand Down

0 comments on commit 3898daa

Please sign in to comment.