Added sleep value for webhook

This commit is contained in:
prasad-takale-eminds
2024-05-07 15:10:24 +05:30
parent 8d76cb6697
commit 4aacfbc1db

View File

@@ -129,7 +129,7 @@ install_bpp_protocol_server_with_sandbox(){
echo "${GREEN}................Installing Webhook................${NC}"
start_container $bpp_docker_compose_file_sandbox "sandbox-webhook"
sleep
sleep 5
echo "Webhook installation successful"
echo "${GREEN}................Installing Protocol Server for BPP................${NC}"