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 <tatsuya.sato.so@hitachi.com>
This commit is contained in:
Tatsuya Sato 2023-06-12 08:13:10 +00:00 committed by Dave Enyeart
parent ae9e7e8df8
commit bb98f1e582

View file

@ -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 \