Remove echo about waiting for learning; I am only sleeping...

pull/1847/head
Kieran Prasch 2020-04-06 12:38:56 -07:00
parent 0c6d08b6b8
commit 0872541e97
No known key found for this signature in database
GPG Key ID: 199AB839D4125A62
2 changed files with 2 additions and 4 deletions

View File

@ -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"

View File

@ -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