Skip to content

Commit 58f2a68

Browse files
authored
extend timeout for test_customer_service_workflow (#1476)
1 parent 8b5270d commit 58f2a68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/contrib/openai_agents/test_openai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@ async def test_customer_service_workflow(client: Client, use_local_model: bool):
10161016
CustomerServiceWorkflow.run,
10171017
id=f"customer-service-{uuid.uuid4()}",
10181018
task_queue=worker.task_queue,
1019-
execution_timeout=timedelta(seconds=30),
1019+
execution_timeout=timedelta(seconds=60),
10201020
)
10211021
history: list[Any] = []
10221022
for q in questions:

0 commit comments

Comments
 (0)