Skip to content

Commit

Permalink
Stabilized test_mutable_errback_called_by_chord_from_group_fail_multiple
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Oct 19, 2022
1 parent 7e8c4a2 commit 315ac47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/integration/test_canvas.py
Original file line number Diff line number Diff line change
Expand Up @@ -2492,7 +2492,7 @@ def test_mutable_errback_called_by_chord_from_group_fail_multiple(
errback = errback_task.s()
# Include a mix of passing and failing tasks
child_sig = group(
*(identity.si(42) for _ in range(24)), # arbitrary task count
*(identity.si(42) for _ in range(12)), # arbitrary task count
*fail_sigs,
)

Expand Down

0 comments on commit 315ac47

Please sign in to comment.