Skip to content

Commit

Permalink
Adding timeout
Browse files Browse the repository at this point in the history
Adding a specified timeout that's longer than the default (10s) so that the container has a chance to start up.
  • Loading branch information
nataliejschultz committed Aug 28, 2023
1 parent b6bb7cb commit 867287d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emission/integrationTests/start_integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ chmod +x runIntegrationTests.sh
# echo "About to sleep! Zzzz..."
# sleep 240
# echo "Done sleeping! Running integration tests:"
dockerize -wait http://rhodeisland-nominatim:8080
dockerize -wait http://rhodeisland-nominatim:8080 -timeout 160s
./runIntegrationTests.sh

0 comments on commit 867287d

Please sign in to comment.