From dbdd359d9024a6314f7cc36917532801744c4f16 Mon Sep 17 00:00:00 2001 From: Natalie Schultz <90212258+nataliejschultz@users.noreply.github.com> Date: Fri, 15 Sep 2023 16:32:12 -0600 Subject: [PATCH] Trying to get workflow unstuck Two workflows became stuck with my last change. Trying to revert change and see if they become unstuck. --- emission/integrationTests/start_integration_tests.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/emission/integrationTests/start_integration_tests.sh b/emission/integrationTests/start_integration_tests.sh index f13299064..7ca717c39 100644 --- a/emission/integrationTests/start_integration_tests.sh +++ b/emission/integrationTests/start_integration_tests.sh @@ -29,8 +29,8 @@ 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:" +# 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