diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 8bd47fa26f..ed2eeeac6f 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -80,9 +80,9 @@ jobs: image: redis options: >- --health-cmd "redis-cli ping" - --health-interval 10s - --health-timeout 5s - --health-retries 5 + --health-interval 1s + --health-timeout 10s + --health-retries 10 ports: - 6379:6379 postgres: @@ -92,9 +92,9 @@ jobs: POSTGRES_USER: postgres options: >- --health-cmd pg_isready - --health-interval 10s - --health-timeout 5s - --health-retries 5 + --health-interval 1s + --health-timeout 10s + --health-retries 10 ports: - 5432:5432 @@ -164,9 +164,9 @@ jobs: POSTGRES_USER: postgres options: >- --health-cmd pg_isready - --health-interval 10s - --health-timeout 5s - --health-retries 5 + --health-interval 1s + --health-timeout 10s + --health-retries 10 ports: - 5432:5432