File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
content/actions/tutorials/use-containerized-services Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments