Skip to content

Commit

Permalink
fix: Flaky parametric parquet test (#19393)
Browse files Browse the repository at this point in the history
  • Loading branch information
coastalwhite authored Oct 23, 2024
1 parent c58fbcb commit 16a0bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/tests/unit/io/test_parquet.py
Original file line number Diff line number Diff line change
Expand Up @@ -1092,7 +1092,7 @@ def test_hybrid_rle() -> None:
pl.Boolean,
],
min_size=1,
max_size=5000,
max_size=500,
)
)
@pytest.mark.slow
Expand Down

0 comments on commit 16a0bac

Please sign in to comment.