Skip to content

Commit

Permalink
manually set timeout_seconds to see if it helps
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbhughes committed Dec 19, 2024
1 parent 84e9a03 commit 0f43383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion punchbowl/level3/stellar.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def load_image(self, filename: str) -> ImageHolder:
return ImageHolder(data, cube.wcs.celestial, cube.meta)

Check warning on line 33 in punchbowl/level3/stellar.py

View check run for this annotation

Codecov / codecov/patch

punchbowl/level3/stellar.py#L29-L33

Added lines #L29 - L33 were not covered by tests


@flow(log_prints=True)
@flow(log_prints=True, timeout_seconds=21_600)
def generate_starfield_background(
filenames: list[str],
map_scale: float = 0.01,
Expand Down

0 comments on commit 0f43383

Please sign in to comment.