We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9239ca7 commit 7e618b0Copy full SHA for 7e618b0
tests/data/test_huggingface_utils.py
@@ -63,6 +63,8 @@ def test_save_load_roundtrip(
63
64
65
@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))
68
def test_sliced_access(data: st.DataObject, trajectories: Sequence[types.Trajectory]):
69
"""Test that slicing a TrajectoryDatasetSequence behaves as expected."""
70
# GIVEN
0 commit comments