Skip to content

Commit

Permalink
Increase test deadline for sliced_access
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestum committed Jan 17, 2024
1 parent 9239ca7 commit 7e618b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/data/test_huggingface_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ def test_save_load_roundtrip(


@hypothesis.given(st.data(), h_strats.trajectories_list)
# the first run sometimes takes longer, so we give it more time
@hypothesis.settings(deadline=datetime.timedelta(milliseconds=300))
def test_sliced_access(data: st.DataObject, trajectories: Sequence[types.Trajectory]):
"""Test that slicing a TrajectoryDatasetSequence behaves as expected."""
# GIVEN
Expand Down

0 comments on commit 7e618b0

Please sign in to comment.