Skip to content

Commit

Permalink
Increase number of reference streams in tcorc burn test
Browse files Browse the repository at this point in the history
  • Loading branch information
thequilo committed Sep 5, 2024
1 parent 0ffc1c0 commit 329dc54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_time_constrained_orc_matching.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def seglst(draw, min_segments=0, max_segments=10, max_speakers=2):

@given(
seglst(max_speakers=1, min_segments=1),
seglst(max_speakers=2, min_segments=1)
seglst(max_speakers=3, min_segments=1)
)
@settings(deadline=None) # The tests take longer on the GitHub actions test servers
def test_tcorc_burn(reference, hypothesis):
Expand Down

0 comments on commit 329dc54

Please sign in to comment.