Skip to content

Commit 3c422f0

Browse files
committed
health-retries up to 10
1 parent e811569 commit 3c422f0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/phpunits.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
--health-cmd "redis-cli ping"
3030
--health-interval 10s
3131
--health-timeout 5s
32-
--health-retries 5
32+
--health-retries 10
3333
ports:
3434
- 6379:6379
3535

@@ -39,7 +39,7 @@ jobs:
3939
--health-cmd "timeout 5 bash -c 'cat < /dev/null > /dev/udp/127.0.0.1/11211'"
4040
--health-interval 10s
4141
--health-timeout 5s
42-
--health-retries 5
42+
--health-retries 10
4343
ports:
4444
- 11211:11211
4545

@@ -53,7 +53,7 @@ jobs:
5353
--health-cmd pg_isready
5454
--health-interval 10s
5555
--health-timeout 5s
56-
--health-retries 3
56+
--health-retries 10
5757
ports:
5858
- 5432:5432
5959

@@ -67,7 +67,7 @@ jobs:
6767
--health-cmd="mysqladmin ping"
6868
--health-interval 10s
6969
--health-timeout 5s
70-
--health-retries 3
70+
--health-retries 10
7171
ports:
7272
- 3306:3306
7373

@@ -80,7 +80,7 @@ jobs:
8080
--health-cmd="mysqladmin ping"
8181
--health-interval 10s
8282
--health-timeout 5s
83-
--health-retries 3
83+
--health-retries 10
8484
ports:
8585
- 3307:3306
8686

0 commit comments

Comments
 (0)