From bb98f1e582390c22f097d9a8cc5405c1f8156d15 Mon Sep 17 00:00:00 2001 From: Tatsuya Sato Date: Mon, 12 Jun 2023 08:13:10 +0000 Subject: [PATCH] FSAT: Extend sleep time to stabilize integration test This patch extends the sleep time to wait for starting nginx by following the description on full-stack-asset-transfer-guide/justfile to stabilize the intergration test Signed-off-by: Tatsuya Sato --- .../infrastructure/kind_with_nginx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/full-stack-asset-transfer-guide/infrastructure/kind_with_nginx.sh b/full-stack-asset-transfer-guide/infrastructure/kind_with_nginx.sh index 3b556a22..82bba900 100755 --- a/full-stack-asset-transfer-guide/infrastructure/kind_with_nginx.sh +++ b/full-stack-asset-transfer-guide/infrastructure/kind_with_nginx.sh @@ -98,7 +98,7 @@ EOF function start_nginx() { kubectl apply -k https://github.com/hyperledger-labs/fabric-operator.git/config/ingress/kind - sleep 10 + sleep 20 kubectl wait --namespace ingress-nginx \ --for=condition=ready pod \