Skip to content

Commit

Permalink
ci(test_api_server): update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <[email protected]>
  • Loading branch information
apepkuss committed Jan 9, 2025
1 parent 4818fbd commit 3a2142e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_api_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 3a2142e

Please sign in to comment.