Skip to content

Commit

Permalink
Fix waiting time
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel <[email protected]>
  • Loading branch information
dgarcia18 committed May 8, 2024
1 parent dd2dc54 commit 6015298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appliances/Harbor/appliance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ service_bootstrap() { # Running Harbor installer => will generate and run docker
msg error "Harbor installation script failed, aborting..."
exit 1
else
msg info "Harbor installation script finished successfully. Waiting 60s before final health checks..."
msg info "Harbor installation script finished successfully. Waiting 30s before final health checks..."
fi
sleep 60
sleep 30
msg info "Running final health checks..."
wait_for_docker_containers
cleanup_installation
Expand Down

0 comments on commit 6015298

Please sign in to comment.