Skip to content

Commit 121a380

Browse files
committed
Ensure test_workflow_deadlock_fill_up_slots can pass
1 parent 809d8b4 commit 121a380

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/worker/test_workflow.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7211,8 +7211,8 @@ async def test_workflow_deadlock_fill_up_slots(client: Client):
72117211
client,
72127212
DeadlockFillUpBlockWorkflow,
72137213
DeadlockFillUpSimpleWorkflow,
7214-
# Start the worker with CPU count + 10 task slots
7215-
max_concurrent_workflow_tasks=cpu_count + 10,
7214+
# Start the worker with CPU count + 11 task slots
7215+
max_concurrent_workflow_tasks=cpu_count + 11,
72167216
) as worker:
72177217
# For this test we're going to start cpu_count + 5 workflows that
72187218
# deadlock. In previous SDK versions we defaulted to CPU count

0 commit comments

Comments
 (0)