Skip to content

Commit 97cd744

Browse files
committed
increase timeout
1 parent 1e35a6a commit 97cd744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/hats/catalog/test_catalog.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ def test_empty_directory(tmp_path, catalog_info_data):
495495
assert catalog.catalog_name == "test_name"
496496

497497

498-
@pytest.mark.timeout(5)
498+
@pytest.mark.timeout(20)
499499
def test_generate_negative_tree_pixels(small_sky_order1_catalog):
500500
"""Test generate_negative_tree_pixels on a basic catalog."""
501501
expected_pixels = [

0 commit comments

Comments
 (0)