mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 23:59:45 +00:00
test: extend Open WebUI docker startup wait
This commit is contained in:
parent
608c08fc54
commit
577ff767fa
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ docker run -d \
|
|||
|
||||
echo "Waiting for Open WebUI..."
|
||||
ow_ready=0
|
||||
for _ in $(seq 1 90); do
|
||||
for _ in $(seq 1 240); do
|
||||
if [ "$(docker inspect -f '{{.State.Running}}' "$OW_NAME" 2>/dev/null || echo false)" != "true" ]; then
|
||||
break
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue