Skip to content

Commit

Permalink
remove time deadline from slow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dougiesquire committed Sep 20, 2022
1 parent 002d6bd commit 1e2fa08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xhistogram/test/test_chunking_hypotheses.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def test_all_chunking_patterns_1d(self, chunks):
np.testing.assert_allclose(hist, h)

# TODO mark as slow?
@settings(deadline=None)
@given(chunk_shapes(n_dim=2, max_arr_len=8))
def test_all_chunking_patterns_2d(self, chunks):

Expand Down

0 comments on commit 1e2fa08

Please sign in to comment.