Skip to content

Commit

Permalink
fix deadline on torch share
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Jun 7, 2024
1 parent 3f3a770 commit 19f933e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lenskit/tests/test_shm_serialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_share_ndarray(arr):
assert np.all(a2 == arr)


@settings(deadline=1000)
@settings(deadline=5000)
@given(
nph.arrays(
st.one_of(nph.integer_dtypes(endianness="="), nph.floating_dtypes(endianness="=")),
Expand Down

0 comments on commit 19f933e

Please sign in to comment.