Skip to content

Commit

Permalink
test: Increase maximum allowed test time again.
Browse files Browse the repository at this point in the history
Mostly to check CI and partially to prevent failure on MacOS runners.
  • Loading branch information
b-butler committed Jan 18, 2024
1 parent 6cd317a commit 0be19f2
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 @@ -119,7 +119,7 @@ def check_logger_values(df, log_contents):


@given(orderly_log_content())
@settings(deadline=1_000) # Allow up to 1 seconds per test.
@settings(deadline=2_000) # Allow up to 2 seconds per test.
def test_to_dataframe(log_contents):
logger = du.data.logging.Logger()
num_empty = populate_log(logger, log_contents)
Expand Down

0 comments on commit 0be19f2

Please sign in to comment.