Skip to content

Commit ace8d82

Browse files
committed
added seconds in intervals
1 parent fca9b37 commit ace8d82

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/full-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
image: neo4j:4.3
3636
options: >-
3737
--health-cmd "wget http://localhost:7474 || exit 1"
38-
--health-start-period "30"
39-
--health-timeout "15"
38+
--health-start-period "30s"
39+
--health-timeout "15s"
4040
--health-retries "5"
4141
ports:
4242
- 7687:7687

.github/workflows/integration-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
- 7474:7474
2929
options: >-
3030
--health-cmd "wget http://localhost:7474 || exit 1"
31-
--health-start-period "30"
32-
--health-timeout "15"
31+
--health-start-period "30s"
32+
--health-timeout "15s"
3333
--health-retries "5"
3434
3535
steps:

.github/workflows/testkit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- 7474:7474
2828
options: >-
2929
--health-cmd "wget http://localhost:7474 || exit 1"
30-
--health-start-period "30"
31-
--health-timeout "15"
30+
--health-start-period "30s"
31+
--health-timeout "15s"
3232
--health-retries "5"
3333
3434
steps:

0 commit comments

Comments
 (0)