Evaluation timeout for promptflow using Azure AI Evaluation SDK #39001
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Evaluation
Issues related to the client library for Azure AI Evaluation
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Attention
Workflow: This issue is responsible by Azure service team.
Describe the bug
We are trying to run evaluations using azure ai evaluation SDK. We have create a custom evaluator which takes more than 10 minutes to complete. We get the error
{"message": "Failed to run 1/13 lines. First error message is: Line 0 execution timeout for exceeding 600 seconds", "messageFormat": "", "messageParameters": {}, "referenceCode": "Runtime", "code": "UserError", "innerError": {"code": "SDKError", "innerError": {"code": "BulkRunException", "innerError": null}}, "additionalInfo": [{"type": "BulkRunErrors", "info": {"errors": [{"line_number": 0, "error": {"message": "Line 0 execution timeout for exceeding 600 seconds", "messageFormat": "Line {line_number} execution timeout for exceeding {timeout} seconds", "messageParameters": {"line_number": "0", "timeout": "600"}, "referenceCode": "Executor", "code": "UserError", "innerError": {"code": "LineExecutionTimeoutError", "innerError": null}, "debugInfo": {"type": "LineExecutionTimeoutError", "message": "Line 0 execution timeout for exceeding 600 seconds", "stackTrace": "Traceback (most recent call last):\n", "innerException": null}}}]}}], "debugInfo": {"type": "BulkRunException", "message": "Failed to run 1/13 lines. First error message is: Line 0 execution timeout for exceeding 600 seconds", "stackTrace": "Traceback (most recent call last):\n", "innerException": null}}
This indicates that the prompt flow run in the backend is taking more than 600 seconds. Is there a way I can increase the timeout?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Evaluation should run succesfully.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: