diff --git a/subnet-incal.yml b/subnet-incal.yml index bd9e6e7..d58dda9 100644 --- a/subnet-incal.yml +++ b/subnet-incal.yml @@ -166,6 +166,12 @@ services: - incal-data:/data - ./node_config/node/sequencer-incal/config.toml:/tmp/node_config/node/sequencer-incal/config.toml depends_on: + topos-node-1: + condition: service_healthy + topos-node-2: + condition: service_healthy + topos-node-3: + condition: service_healthy topos-node-4: condition: service_healthy contracts-topos: diff --git a/subnet-topos.yml b/subnet-topos.yml index 50a659d..b53bb8b 100644 --- a/subnet-topos.yml +++ b/subnet-topos.yml @@ -80,7 +80,7 @@ services: ./topos node status --node http://localhost:1340 /data/polygon-edge status | grep 'Current Block Number (base 10) = .[0-9]*' interval: 5s - start_period: 1s + start_period: 10s retries: 10 depends_on: topos-init: