Skip to content

Commit 955b1e3

Browse files
committed
increase timeout time for kubernetes deployment
1 parent d86d054 commit 955b1e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-kubernetes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
--set-string secrets.genai.data.openWebUiApiKeyChat="${{ secrets.OPEN_WEBUI_API_KEY_CHAT }}" \
130130
--set-string secrets.genai.data.openWebUiApiKeyGen="${{ secrets.OPEN_WEBUI_API_KEY_GEN }}" \
131131
--set-string secrets.genai.data.langsmithApiKey="${{ secrets.LANGSMITH_API_KEY }}" \
132-
--wait --timeout=10m
132+
--wait --timeout=40m
133133
134134
- name: Verify deployment
135135
run: |

0 commit comments

Comments
 (0)