Skip to content

Commit

Permalink
increase sleep times on waiting for solr to start up
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaper committed Jul 12, 2024
1 parent b5407cc commit a1a3523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/load_solr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ curl -O https://raw.githubusercontent.com/monarch-initiative/monarch-app/main/ba

echo "Starting the server"
poetry run lsolr start-server
sleep 30
sleep 60

echo "Adding cores"
poetry run lsolr add-cores entity association sssom
sleep 10
sleep 30

# todo: ideally, this will live in linkml-solr
echo "Adding additional fieldtypes"
Expand Down

0 comments on commit a1a3523

Please sign in to comment.