Skip to content

Commit

Permalink
WIP.
Browse files Browse the repository at this point in the history
  • Loading branch information
Syndesi committed Nov 29, 2023
1 parent 578ce77 commit 2880e17
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/ExampleGenerationCommand/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- ember-nexus-redis
- ember-nexus-rabbitmq
healthcheck:
test: php bin/console healthcheck
test: ["CMD-SHELL", "php bin/console healthcheck"]
interval: 20s
timeout: 3s
retries: 12
Expand Down
2 changes: 1 addition & 1 deletion tests/ExampleGenerationController/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- ember-nexus-redis
- ember-nexus-rabbitmq
healthcheck:
test: php bin/console healthcheck
test: ["CMD-SHELL", "php bin/console healthcheck"]
interval: 20s
timeout: 3s
retries: 12
Expand Down
2 changes: 1 addition & 1 deletion tests/FeatureTests/docker-compose-neo4j-5.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- ember-nexus-redis
- ember-nexus-rabbitmq
healthcheck:
test: php bin/console healthcheck
test: ["CMD-SHELL", "php bin/console healthcheck"]
interval: 20s
timeout: 3s
retries: 12
Expand Down
2 changes: 1 addition & 1 deletion tests/FeatureTests/docker-compose-neo4j-5.12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- ember-nexus-redis
- ember-nexus-rabbitmq
healthcheck:
test: php bin/console healthcheck
test: ["CMD-SHELL", "php bin/console healthcheck"]
interval: 20s
timeout: 3s
retries: 12
Expand Down
2 changes: 1 addition & 1 deletion tests/FeatureTests/docker-compose-neo4j-5.13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- ember-nexus-redis
- ember-nexus-rabbitmq
healthcheck:
test: php bin/console healthcheck
test: ["CMD-SHELL", "php bin/console healthcheck"]
interval: 20s
timeout: 3s
retries: 12
Expand Down

0 comments on commit 2880e17

Please sign in to comment.