Skip to content

Commit 194f5c0

Browse files
committed
increasing ollama startup to 2 mins
1 parent 4b9d9e7 commit 194f5c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/scripts/run_tests_with_ollama.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ else
108108

109109
# Wait for server to be ready
110110
log "Waiting for ollama to be ready..."
111-
for i in $(seq 1 30); do
111+
for i in $(seq 1 120); do
112112
if curl -sf "http://127.0.0.1:${OLLAMA_PORT}/api/tags" >/dev/null 2>&1; then
113113
log "Ollama ready after ${i}s"
114114
break

0 commit comments

Comments
 (0)