Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
less deltalake tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgafni committed Sep 7, 2023
1 parent ea3fb20 commit 72e4418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_polars_delta.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
allow_infinities=False,
)
)
@settings(max_examples=500, deadline=None)
@settings(max_examples=100, deadline=None)
def test_polars_delta_io_manager(session_polars_delta_io_manager: PolarsDeltaIOManager, df: pl.DataFrame):
time.sleep(0.01) # too frequent writes mess up DeltaLake
time.sleep(0.05) # too frequent writes mess up DeltaLake

@asset(io_manager_def=session_polars_delta_io_manager, metadata={"overwrite_schema": True})
def upstream() -> pl.DataFrame:
Expand Down

0 comments on commit 72e4418

Please sign in to comment.