Skip to content

Commit

Permalink
Increase test deadline for sliced_info_dict_access.
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestum committed Dec 18, 2023
1 parent c9f0956 commit 563bccf
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 @@ -84,6 +84,8 @@ def test_sliced_access(data: st.DataObject, trajectories: Sequence[types.Traject


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

0 comments on commit 563bccf

Please sign in to comment.