From 3a2142e9ecdd0edb15e6a2b2f0f2186b95f92929 Mon Sep 17 00:00:00 2001 From: Xin Liu Date: Thu, 9 Jan 2025 20:14:30 +0800 Subject: [PATCH] ci(test_api_server): update workflow Signed-off-by: Xin Liu --- .github/workflows/test_api_server.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_api_server.yml b/.github/workflows/test_api_server.yml index 8d0df69..bd504df 100644 --- a/.github/workflows/test_api_server.yml +++ b/.github/workflows/test_api_server.yml @@ -118,7 +118,7 @@ jobs: - name: Run test_rag.hurl run: | - hurl --test --jobs 1 --connect-timeout 30s --max-time 45s ./tests/test_rag.hurl + hurl --test --jobs 1 --connect-timeout 30s --max-time 60s ./tests/test_rag.hurl - name: Stop rag-api-server for testing chat completions run: |