Skip to content

Commit

Permalink
test: Lower maximum size of logging data
Browse files Browse the repository at this point in the history
Ensure test can finish on Python 3.9 before deadline.
  • Loading branch information
b-butler committed Jan 15, 2024
1 parent 6d9b096 commit 534cbcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/data/test_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def orderly_log_content(
for c in draw(keys)
}
)
return draw(st.lists(contexts, max_size=20))
return draw(st.lists(contexts, max_size=15))


def populate_log(logger, log_contents):
Expand Down

0 comments on commit 534cbcb

Please sign in to comment.