Skip to content

Commit 82a9884

Browse files
bcmyguestCopilot
andauthored
fix: long running test has no timeout
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 730f371 commit 82a9884

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/validation/test_overlapping_fields_can_be_merged.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1568,6 +1568,7 @@ def does_not_infinite_loop_on_transitively_recursive_fragments():
15681568
"""
15691569
)
15701570

1571+
@pytest.mark.timeout(5)
15711572
def many_repeated_fields_do_not_cause_quadratic_blowup():
15721573
repeated_fields = "name " * 3000
15731574
assert_valid(

0 commit comments

Comments
 (0)