Skip to content

Commit 7e618b0

Browse files
committed
Increase test deadline for sliced_access
1 parent 9239ca7 commit 7e618b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/data/test_huggingface_utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ def test_save_load_roundtrip(
6363

6464

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

0 commit comments

Comments
 (0)