Skip to content

Commit 5561fec

Browse files
committed
GHA has its own check interval already
As suggested by github/docs#43243
1 parent 4f1a6b7 commit 5561fec

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
- 5432:5432
3030
options: >-
3131
--health-cmd pg_isready
32-
--health-interval 10s
33-
--health-timeout 5s
34-
--health-retries 5
32+
--health-interval 1s
33+
--health-timeout 2s
34+
--health-retries 30
3535
steps:
3636
- uses: actions/checkout@v6
3737
- name: Set up Ruby ${{ matrix.ruby }}
@@ -87,9 +87,9 @@ jobs:
8787
- 5432:5432
8888
options: >-
8989
--health-cmd pg_isready
90-
--health-interval 10s
91-
--health-timeout 5s
92-
--health-retries 5
90+
--health-interval 1s
91+
--health-timeout 2s
92+
--health-retries 30
9393
steps:
9494
- uses: actions/checkout@v6
9595
- name: Setup the environment

0 commit comments

Comments
 (0)