Skip to content

Commit

Permalink
remove test_set_scale deadline
Browse files Browse the repository at this point in the history
  • Loading branch information
ieivanov committed Oct 3, 2024
1 parent 27cda8d commit 33a61a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ngff/test_ngff.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@ def test_set_transform_fov(ch_shape_dtype, arr_name):
@given(
ch_shape_dtype=_channels_and_random_5d_shape_and_dtype(),
)
@settings(deadline=None)
def test_set_scale(ch_shape_dtype):
channel_names, shape, dtype = ch_shape_dtype
transform = [
Expand Down

0 comments on commit 33a61a4

Please sign in to comment.