From eb4e7e589ccc14e1d2204640da13fec0616dbdd8 Mon Sep 17 00:00:00 2001 From: hershd23 Date: Sat, 25 Jun 2022 16:23:43 +0530 Subject: [PATCH] Increased sleep time Signed-off-by: hershd23 --- .github/workflows/scripts/istio_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts/istio_deploy.sh b/.github/workflows/scripts/istio_deploy.sh index a1896bd..d7cee1b 100644 --- a/.github/workflows/scripts/istio_deploy.sh +++ b/.github/workflows/scripts/istio_deploy.sh @@ -16,7 +16,7 @@ fi sleep 10 #mesheryctl system login --provider None echo 'E' | mesheryctl mesh deploy adapter meshery-istio:10000 --token "./.github/workflows/auth.json" -sleep 50 +sleep 100 echo "Onboarding application... Standby for few minutes..." mesheryctl pattern apply -f "https://raw.githubusercontent.com/service-mesh-patterns/service-mesh-patterns/master/samples/bookInfoPattern.yaml" --token "./.github/workflows/auth.json"