From 4aacfbc1db55667735073baaacee01132ea4fa35 Mon Sep 17 00:00:00 2001 From: prasad-takale-eminds Date: Tue, 7 May 2024 15:10:24 +0530 Subject: [PATCH] Added sleep value for webhook --- install/start_beckn_v2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/start_beckn_v2.sh b/install/start_beckn_v2.sh index 3404cb4..acf1f44 100755 --- a/install/start_beckn_v2.sh +++ b/install/start_beckn_v2.sh @@ -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}"