Skip to content

Commit 561ed0c

Browse files
committed
wait elastic to be healthy
1 parent d4102a5 commit 561ed0c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/test/chain-simulator/docker/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ services:
2525
volumes:
2626
- ./overridable-config.toml:/multiversx/overridable-config.toml
2727
depends_on:
28-
- elasticsearch
28+
elasticsearch:
29+
condition: service_healthy
2930
environment:
3031
ELASTIC_SEARCH_URL: 'http://localhost:9200'
3132
ports:

0 commit comments

Comments
 (0)