Skip to content

Commit e92514a

Browse files
authored
Extend timeout on test_session execution (#1128)
1 parent 47781f7 commit e92514a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/contrib/openai_agents/test_openai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1748,7 +1748,7 @@ async def test_session(client: Client):
17481748
SessionWorkflow.run,
17491749
id=f"session-{uuid.uuid4()}",
17501750
task_queue=worker.task_queue,
1751-
execution_timeout=timedelta(seconds=1.0),
1751+
execution_timeout=timedelta(seconds=10.0),
17521752
retry_policy=RetryPolicy(maximum_attempts=1),
17531753
)
17541754
await assert_task_fail_eventually(

0 commit comments

Comments
 (0)