mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-22 17:45:10 +00:00
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:
parent
ae9e7e8df8
commit
bb98f1e582
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ EOF
|
||||||
function start_nginx() {
|
function start_nginx() {
|
||||||
kubectl apply -k https://github.com/hyperledger-labs/fabric-operator.git/config/ingress/kind
|
kubectl apply -k https://github.com/hyperledger-labs/fabric-operator.git/config/ingress/kind
|
||||||
|
|
||||||
sleep 10
|
sleep 20
|
||||||
|
|
||||||
kubectl wait --namespace ingress-nginx \
|
kubectl wait --namespace ingress-nginx \
|
||||||
--for=condition=ready pod \
|
--for=condition=ready pod \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue