Skip to content

Commit

Permalink
bump sleep duration
Browse files Browse the repository at this point in the history
  • Loading branch information
NickBorgers committed Apr 8, 2024
1 parent bac91b5 commit f655205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ run: build cleanup
#generate-screenshots: @ Generate screenshots of each tab in the Node Red project
generate-screenshots: build run
# Hacky sleep to avoid hitting TCP connection refused against node-red container
sleep 1
sleep 3
# Start our "test" which pulls the screenshots out of the node-red container
docker run --rm --network=node-red-backend \
--mount type=bind,source=${CURDIR}/.automated-rendering/screenshot-capture/screenshots/,destination=/app/screenshots/ \
Expand Down

0 comments on commit f655205

Please sign in to comment.