From 8def984e6621493eea94aebcb5f61fd851ba59a5 Mon Sep 17 00:00:00 2001 From: huchenlei Date: Fri, 3 Jan 2025 15:44:34 -0500 Subject: [PATCH] nit --- .github/workflows/update-frontend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-frontend.yml b/.github/workflows/update-frontend.yml index cdb2e37db..0c5774789 100644 --- a/.github/workflows/update-frontend.yml +++ b/.github/workflows/update-frontend.yml @@ -31,7 +31,7 @@ jobs: - name: Start ComfyUI server run: | python main.py --cpu --front-end-version Comfy-Org/ComfyUI_frontend@${{ github.event.inputs.version }} 2>&1 | tee console_output.log & - wait-for-it --service 127.0.0.1:8188 -t 10 + wait-for-it --service 127.0.0.1:8188 -t 30 - name: Configure Git run: | git config --global user.name "GitHub Action"