Skip to content

Commit

Permalink
Increase delay for legacy cli images startup to 10s
Browse files Browse the repository at this point in the history
  • Loading branch information
lmakarov committed Jun 7, 2017
1 parent 04149e7 commit deab110
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/fin
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,8 @@ _healthcheck ()
# Wait for 5s then exit with 0 if a container does not have a health status property
# Necessary for backward compatibility with images that do not support health checks
if [[ $? != 0 ]]; then
sleep 5
echo "Waiting 10s for container to start..."
sleep 10
return 0
fi

Expand Down

0 comments on commit deab110

Please sign in to comment.