From 7c3fcbd0a22e6ae2b181df0dab795cd8b17e5eb6 Mon Sep 17 00:00:00 2001 From: Natalie Schultz <90212258+nataliejschultz@users.noreply.github.com> Date: Fri, 15 Sep 2023 14:56:26 -0600 Subject: [PATCH] Temp change Temporarily reinstating sleep; re-removing wikipedia import --- emission/integrationTests/docker-compose.yml | 2 +- emission/integrationTests/start_integration_tests.sh | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/emission/integrationTests/docker-compose.yml b/emission/integrationTests/docker-compose.yml index 4ea9ddde1..3a7a701f6 100644 --- a/emission/integrationTests/docker-compose.yml +++ b/emission/integrationTests/docker-compose.yml @@ -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. diff --git a/emission/integrationTests/start_integration_tests.sh b/emission/integrationTests/start_integration_tests.sh index 1157b7c28..f13299064 100644 --- a/emission/integrationTests/start_integration_tests.sh +++ b/emission/integrationTests/start_integration_tests.sh @@ -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 \ No newline at end of file