Skip to content

Commit

Permalink
Temp change
Browse files Browse the repository at this point in the history
Temporarily reinstating sleep; re-removing wikipedia import
  • Loading branch information
nataliejschultz committed Sep 15, 2023
1 parent 53c3e1e commit 7c3fcbd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion emission/integrationTests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
environment:
- PBF_URL=https://download.geofabrik.de/north-america/us/rhode-island-latest.osm.pbf
- REPLICATION_URL=https://download.geofabrik.de/north-america/us/rhode-island-updates/
# - IMPORT_WIKIPEDIA=false
- IMPORT_WIKIPEDIA=false
ports:
- "8080:8080"
#healthcheck currently commented out, since it isn't necessary and keeps going the entire time the container is running.
Expand Down
10 changes: 5 additions & 5 deletions emission/integrationTests/start_integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ echo "Running tests..."
source setup/activate_tests.sh

chmod +x runIntegrationTests.sh
# tail -f /dev/null
# echo "About to sleep! Zzzz..."
# sleep 240
# echo "Done sleeping! Running integration tests:"
dockerize -wait http://rhodeisland-nominatim:8080 -timeout 240s
tail -f /dev/null
echo "About to sleep! Zzzz..."
sleep 240
echo "Done sleeping! Running integration tests:"
dockerize -wait http://rhodeisland-nominatim:8080 -timeout 20s
./runIntegrationTests.sh

0 comments on commit 7c3fcbd

Please sign in to comment.