Skip to content

Commit 563bccf

Browse files
committed
Increase test deadline for sliced_info_dict_access.
1 parent c9f0956 commit 563bccf

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
@@ -84,6 +84,8 @@ def test_sliced_access(data: st.DataObject, trajectories: Sequence[types.Traject
8484

8585

8686
@hypothesis.given(st.data(), h_strats.trajectory)
87+
# the first run sometimes takes longer, so we give it more time
88+
@hypothesis.settings(deadline=datetime.timedelta(milliseconds=300))
8789
def test_sliced_info_dict_access(
8890
data: st.DataObject,
8991
trajectory: types.Trajectory,

0 commit comments

Comments
 (0)