summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/test-migrations.yml12
-rw-r--r--.github/workflows/test-ruby.yml60
2 files changed, 36 insertions, 36 deletions
diff --git a/.github/workflows/test-migrations.yml b/.github/workflows/test-migrations.yml
index f057efc11a4..3eaf2c2d740 100644
--- a/.github/workflows/test-migrations.yml
+++ b/.github/workflows/test-migrations.yml
@@ -41,9 +41,9 @@ jobs:
POSTGRES_USER: postgres
options: >-
--health-cmd pg_isready
- --health-interval 10s
- --health-timeout 5s
- --health-retries 5
+ --health-interval 10ms
+ --health-timeout 3s
+ --health-retries 50
ports:
- 5432:5432
@@ -51,9 +51,9 @@ jobs:
image: redis:7-alpine
options: >-
--health-cmd "redis-cli ping"
- --health-interval 10s
- --health-timeout 5s
- --health-retries 5
+ --health-interval 10ms
+ --health-timeout 3s
+ --health-retries 50
ports:
- 6379:6379
diff --git a/.github/workflows/test-ruby.yml b/.github/workflows/test-ruby.yml
index 8f05dcab3ec..513de2072a8 100644
--- a/.github/workflows/test-ruby.yml
+++ b/.github/workflows/test-ruby.yml
@@ -73,9 +73,9 @@ jobs:
POSTGRES_USER: postgres
options: >-
--health-cmd pg_isready
- --health-interval 10s
- --health-timeout 5s
- --health-retries 5
+ --health-interval 10ms
+ --health-timeout 3s
+ --health-retries 50
ports:
- 5432:5432
@@ -83,9 +83,9 @@ jobs:
image: redis:7-alpine
options: >-
--health-cmd "redis-cli ping"
- --health-interval 10s
- --health-timeout 5s
- --health-retries 5
+ --health-interval 10ms
+ --health-timeout 3s
+ --health-retries 50
ports:
- 6379:6379
@@ -159,9 +159,9 @@ jobs:
POSTGRES_USER: postgres
options: >-
--health-cmd pg_isready
- --health-interval 10s
- --health-timeout 5s
- --health-retries 5
+ --health-interval 10ms
+ --health-timeout 3s
+ --health-retries 50
ports:
- 5432:5432
@@ -169,9 +169,9 @@ jobs:
image: redis:7-alpine
options: >-
--health-cmd "redis-cli ping"
- --health-interval 10s
- --health-timeout 5s
- --health-retries 5
+ --health-interval 10ms
+ --health-timeout 3s
+ --health-retries 50
ports:
- 6379:6379
@@ -246,9 +246,9 @@ jobs:
POSTGRES_USER: postgres
options: >-
--health-cmd pg_isready
- --health-interval 10s
- --health-timeout 5s
- --health-retries 5
+ --health-interval 10ms
+ --health-timeout 3s
+ --health-retries 50
ports:
- 5432:5432
@@ -256,9 +256,9 @@ jobs:
image: redis:7-alpine
options: >-
--health-cmd "redis-cli ping"
- --health-interval 10s
- --health-timeout 5s
- --health-retries 5
+ --health-interval 10ms
+ --health-timeout 3s
+ --health-retries 50
ports:
- 6379:6379
@@ -331,9 +331,9 @@ jobs:
POSTGRES_USER: postgres
options: >-
--health-cmd pg_isready
- --health-interval 10s
- --health-timeout 5s
- --health-retries 5
+ --health-interval 10ms
+ --health-timeout 3s
+ --health-retries 50
ports:
- 5432:5432
@@ -341,9 +341,9 @@ jobs:
image: redis:7-alpine
options: >-
--health-cmd "redis-cli ping"
- --health-interval 10s
- --health-timeout 5s
- --health-retries 5
+ --health-interval 10ms
+ --health-timeout 3s
+ --health-retries 50
ports:
- 6379:6379
@@ -354,9 +354,9 @@ jobs:
xpack.security.enabled: false
options: >-
--health-cmd "curl http://localhost:9200/_cluster/health"
- --health-interval 10s
- --health-timeout 5s
- --health-retries 10
+ --health-interval 2s
+ --health-timeout 3s
+ --health-retries 50
ports:
- 9200:9200
@@ -368,9 +368,9 @@ jobs:
DISABLE_SECURITY_PLUGIN: true
options: >-
--health-cmd "curl http://localhost:9200/_cluster/health"
- --health-interval 10s
- --health-timeout 5s
- --health-retries 10
+ --health-interval 2s
+ --health-timeout 3s
+ --health-retries 50
ports:
- 9200:9200