Skip to content

Commit

Permalink
Merge pull request #39 from geoadmin/cb-increment-service-wait
Browse files Browse the repository at this point in the history
Try higher wait time when running service for the first time
  • Loading branch information
ltbam authored Jul 8, 2024
2 parents 86bba15 + cb4c144 commit 88f0134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_valhalla.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ while true; do
exec valhalla_service "$valhalla_config" 1 &
OLD_PID=$!
echo "INFO: Started Valhalla the first time with config $valhalla_config on with PID $OLD_PID"
sleep 1
sleep 10
echo ""
echo ""
continue
Expand Down

0 comments on commit 88f0134

Please sign in to comment.