Skip to content

Commit

Permalink
give a few more seconds to startup
Browse files Browse the repository at this point in the history
  • Loading branch information
abretaud committed Nov 20, 2023
1 parent 5ad4d3b commit 72331c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/genenotebook/launch_gnb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

mongod --dbpath ./mongo_db/ --unixSocketPrefix `pwd` --bind_ip fake_socket --logpath ./mongod.log --pidfilepath ./mongo.pid &

sleep 8
sleep 15

# "Listening on" is for mongodb 5x
if ! grep -q "Listening on" ./mongod.log; then
Expand Down

0 comments on commit 72331c3

Please sign in to comment.