diff --git a/examples/kws/boot.sh b/examples/kws/boot.sh index f4ac7d0..a66f0ac 100644 --- a/examples/kws/boot.sh +++ b/examples/kws/boot.sh @@ -13,6 +13,10 @@ EOF set -e +echo "🤫 等待网络连接中... (30s)" + +sleep 30 + MIN_SPACE_MB=32 DOWNLOAD_BASE_URL="https://gitee.com/idootop/artifacts/releases/download/open-xiaoai-kws" diff --git a/packages/client-rust/boot.sh b/packages/client-rust/boot.sh index ccbbdf9..8faed4c 100644 --- a/packages/client-rust/boot.sh +++ b/packages/client-rust/boot.sh @@ -13,8 +13,9 @@ EOF set -e -echo "🤫 等待连接网络中..." -sleep 10 +echo "🤫 等待网络连接中... (30s)" + +sleep 30 DOWNLOAD_BASE_URL="https://gitee.com/idootop/artifacts/releases/download/open-xiaoai-client"