Skip to content

Commit aa95673

Browse files
committed
fix:cd-langchain-update
1 parent 5c875c8 commit aa95673

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cd-langchain.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ jobs:
4545
case "$STATUS" in
4646
completed:success)
4747
echo "cd workflow succeeded — polling PyPI until uipath-llm-client==$CORE_VERSION is available..."
48-
for j in $(seq 1 30); do
48+
for j in $(seq 1 60); do
4949
if uv pip index versions uipath-llm-client 2>/dev/null | grep -q "$CORE_VERSION"; then
5050
echo "uipath-llm-client==$CORE_VERSION is available on PyPI."
5151
exit 0
5252
fi
53-
echo " Not yet available, retrying in 30s ($j/30)..."
53+
echo " Not yet available, retrying in 30s ($j/60)..."
5454
sleep 30
5555
done
56-
echo "::error::uipath-llm-client==$CORE_VERSION never appeared on PyPI (15 min)"
56+
echo "::error::uipath-llm-client==$CORE_VERSION never appeared on PyPI (30 min)"
5757
exit 1
5858
;;
5959
completed:*)

0 commit comments

Comments
 (0)