From 3898daaf4a6b7251cbcf848c94afc4ede34a1bd4 Mon Sep 17 00:00:00 2001 From: koseonje Date: Mon, 19 Aug 2024 14:38:50 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20mysql=20connection=20=ED=83=80?= =?UTF-8?q?=EC=9E=84=EC=95=84=EC=9B=83=20=EC=8B=9C=EA=B0=84=20=EC=A6=9D?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dev-server-integrator.yml | 3 --- src/main/resources/application-test.yml | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dev-server-integrator.yml b/.github/workflows/dev-server-integrator.yml index 5af57e5b..185aa553 100644 --- a/.github/workflows/dev-server-integrator.yml +++ b/.github/workflows/dev-server-integrator.yml @@ -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 }} diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index f4aab3ba..e7df7cee 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -2,6 +2,10 @@ spring: config: activate: on-profile: test + datasource: + hikari: + connection-timeout: 30000 + maximum-pool-size: 10 jpa: hibernate: