Skip to content

Commit d9211cc

Browse files
authored
Don't change health-timeout
1 parent b0e46c9 commit d9211cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/actions/tutorials/use-containerized-services/create-postgresql-service-containers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
options: >-
6666
--health-cmd pg_isready
6767
--health-interval 1s
68-
--health-timeout 1s
68+
--health-timeout 5s
6969
--health-retries 30
7070
7171
steps:
@@ -118,7 +118,7 @@ jobs:
118118
options: >-
119119
--health-cmd pg_isready
120120
--health-interval 1s
121-
--health-timeout 1s
121+
--health-timeout 5s
122122
--health-retries 30
123123
```
124124
@@ -183,7 +183,7 @@ jobs:
183183
options: >-
184184
--health-cmd pg_isready
185185
--health-interval 1s
186-
--health-timeout 1s
186+
--health-timeout 5s
187187
--health-retries 30
188188
ports:
189189
# Maps tcp port 5432 on service container to the host
@@ -240,7 +240,7 @@ jobs:
240240
options: >-
241241
--health-cmd pg_isready
242242
--health-interval 1s
243-
--health-timeout 1s
243+
--health-timeout 5s
244244
--health-retries 30
245245
ports:
246246
# Maps tcp port 5432 on service container to the host

0 commit comments

Comments
 (0)