Skip to content

Commit

Permalink
Reduce sleep time a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Mar 18, 2024
1 parent 3cf67a8 commit 247ab3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
-p 8004:8080 \
--name nominatim \
nominatim &
sleep 180
sleep 120
./assert-non-empty-json "http://localhost:8004/search.php?q=avenue%20pasteur"
echo "check replication log for Update completed. Count:"
docker exec -i nominatim grep -c 'Update completed.' /var/log/replication.log
Expand All @@ -139,7 +139,7 @@ jobs:
-p 8004:8080 \
--name nominatim \
nominatim &
sleep 180
sleep 120
./assert-non-empty-json "http://localhost:8004/search.php?q=avenue%20pasteur"
echo "check replication log for Update completed. Count:"
docker exec -i nominatim grep -c 'Update completed.' /var/log/replication.log
Expand Down

0 comments on commit 247ab3b

Please sign in to comment.