mirror of https://github.com/nucypher/nucypher.git
Remove echo about waiting for learning; I am only sleeping...
parent
0c6d08b6b8
commit
0872541e97
|
@ -12,8 +12,6 @@ echo "working in directory: $PWD"
|
|||
|
||||
# run some ursulas
|
||||
docker-compose up -d
|
||||
echo "Wait for Ursula learning to occur"
|
||||
sleep 30
|
||||
|
||||
# Run demo
|
||||
echo "Starting Demo"
|
||||
|
|
|
@ -8,8 +8,8 @@ echo "Starting Up Heartbeat Demo Test..."
|
|||
|
||||
# run some ursulas
|
||||
docker-compose up -d
|
||||
echo "Wait for Ursula learning to occur"
|
||||
sleep 30
|
||||
|
||||
echo "wait a few seconds for initting and learning"
|
||||
|
||||
# run alicia and bob all in one running of docker since we lack persistent disks in circle
|
||||
docker-compose run nucypher-circle-dev bash /code/scripts/circle/run_heartbeat_alicia_and_bob.sh
|
||||
|
|
Loading…
Reference in New Issue