Skip to content

Commit

Permalink
Update src/start.sh
Browse files Browse the repository at this point in the history
Co-authored-by: RD WebDesign <[email protected]>
Signed-off-by: Adam Warner <[email protected]>
  • Loading branch information
PromoFaux and rdwebdesign authored Oct 7, 2024
1 parent 9e37aa8 commit f9b6999
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ stop() {
echo " https://docs.docker.com/engine/containers/start-containers-automatically/#use-a-restart-policy"
echo ""

# # If we are running pytest, keep the container alive for a little longer
# # to allow the tests to complete
# If we are running pytest, keep the container alive for a little longer
# to allow the tests to complete
if [[ ${PYTEST} ]]; then
sleep 10
fi
Expand Down

0 comments on commit f9b6999

Please sign in to comment.