From 9239ca74e1dcefbcb51c2dc5a8d25d98a5da0ddb Mon Sep 17 00:00:00 2001 From: Maximilian Ernestus Date: Mon, 18 Dec 2023 16:54:44 +0100 Subject: [PATCH] Increase test deadline for sliced_info_dict_access. --- tests/data/test_huggingface_utils.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/data/test_huggingface_utils.py b/tests/data/test_huggingface_utils.py index 643cc12e8..3685ff891 100644 --- a/tests/data/test_huggingface_utils.py +++ b/tests/data/test_huggingface_utils.py @@ -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,